All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
applyGlobalProperty(Map objects,
String property,
String value) |
protected void |
applyProperty(Object object,
String propertyPath,
Object value) |
protected void |
applyProperty(Object object,
String propertyName,
String stringValue) |
protected void |
applyProperty(String key,
String value,
Map objects) |
protected void |
applySingleProperty(Map objects,
String name,
String property,
String value) |
Map<String,?> |
buildObjects(Map<String,String> kvPairs) |
protected String |
checkForNullOrEmptyLiteral(String stringValue) |
protected void |
createNewInstance(Map<String,Object> objects,
String name,
String value) |
Object |
getBean(String id) |
<T> T |
getBean(String id,
Class<T> requiredType) |
protected String |
getId(String referenceToken) |
Map<String,?> |
getObjects() |
protected Object |
getReferencedObject(String id) |
protected boolean |
isIndexedPropertyAssignment(String propertyPath) |
protected boolean |
isReference(String value) |
protected boolean |
isTypedProperty(Object object,
String propertyName,
Class clazz) |
protected Object |
resolveReference(String reference) |
protected Object |
resolveValue(String stringValue) |
void |
setObjects(Map<String,?> objects) |
protected byte[] |
toBytes(String sValue) |
protected List<?> |
toList(String sValue) |
protected Map<?,?> |
toMap(String sValue) |
protected Set<?> |
toSet(String sValue) |
protected String |
unescapeIfNecessary(String value) |