- applyGlobalProperty
void applyGlobalProperty(Map!(string, Object) objects, string property, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- applyProperty
void applyProperty(string key, string value, Map!(string, Object) objects)
Undocumented in source. Be warned that the author may not have intended to support it.
- applyProperty
void applyProperty(Object object, string propertyPath, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
- applyProperty
void applyProperty(Object object, string propertyName, string stringValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- applySingleProperty
void applySingleProperty(Map!(string, Object) objects, string name, string property, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- buildObjects
Map!(string, Object) buildObjects(Map!(string, string) kvPairs)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkForNullOrEmptyLiteral
string checkForNullOrEmptyLiteral(string stringValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- createNewInstance
void createNewInstance(Map!(string, Object) objects, string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- findEventBus
EventBus findEventBus(Map!(string, Object) objects)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBean
Object getBean(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBean
T getBean(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getId
string getId(string referenceToken)
Undocumented in source. Be warned that the author may not have intended to support it.
- getObjects
Map!(string, Object) getObjects()
Undocumented in source. Be warned that the author may not have intended to support it.
- getReferencedObject
Object getReferencedObject(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIndexedPropertyAssignment
bool isIndexedPropertyAssignment(string propertyPath)
Undocumented in source. Be warned that the author may not have intended to support it.
- isReference
bool isReference(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- isTypedProperty
bool isTypedProperty(Object object, string propertyName, TypeInfo_Class clazz)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolveReference
Object resolveReference(string reference)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolveValue
Object resolveValue(string stringValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setObjects
void setObjects(Map!(string, Object) objects)
- unescapeIfNecessary
string unescapeIfNecessary(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
Object builder that uses reflection and Apache Commons BeanUtils to build objects given a map of "property values". Typically these come from the Shiro INI configuration and are used to construct or modify the SecurityManager, its dependencies, and web-based security filters. <p/> Recognizes {@link Factory} implementations and will call {@link hunt.shiro.util.Factory#getInstance() getInstance} to satisfy any reference to this bean.
@since 0.9