(String source)
| 21 | private Set<String> actionIds; |
| 22 | |
| 23 | public static Schema create(String source) throws IOException { |
| 24 | return new ObjectMapper().readValue(new File(source), Schema.class); |
| 25 | } |
| 26 | |
| 27 | public Set<String> getContextIds() { |
| 28 | return getEntityIds(contextIds, context); |