All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected static boolean |
asBoolean(Object value,
String propertyName) |
protected static List<Object> |
asList(Object data,
String errorMessage) |
protected static long |
asLong(Object value,
String propertyName) |
protected static Map<String,Object> |
asMap(Object data,
String errorMessage) |
protected static String |
asNullableString(Object value,
String propertyName) |
protected static String |
asString(Object value) |
protected static String |
asString(Object value,
String propertyName) |
protected void |
checkAttributes(Map<String,Object> map,
String type,
Collection<String> requiredAttrs) |
protected void |
checkAttributes(Map<String,Object> map,
String type,
Collection<String> requiredAttrs,
Collection<String> optionalAttrs) |
void |
parseAndRegister(Path path) |
abstract void |
parseAndRegister(Reader reader) |
protected org.graalvm.nativeimage.impl.ConfigurationCondition |
parseCondition(Map<String,Object> data) |
protected void |
warnOrFail(String message) |