Skip navigation links
G O S T 

G

getBean() - Method in class org.minimalcode.beans.ObjectWrapper
Returns the Bean cached instance of the wrapped object.
getIndexedValue(String, int) - Method in class org.minimalcode.beans.ObjectWrapper
Returns the value of the specified indexed property from the wrapped object.
getIndexedValue(Property, int) - Method in class org.minimalcode.beans.ObjectWrapper
Returns the value of the specified indexed property from the wrapped object.
getMappedValue(String, Object) - Method in class org.minimalcode.beans.ObjectWrapper
Returns the value of the specified mapped property from the wrapped object.
getMappedValue(Property, Object) - Method in class org.minimalcode.beans.ObjectWrapper
Returns the value of the specified mapped property from the wrapped object.
getProperty(String) - Method in class org.minimalcode.beans.ObjectWrapper
Returns a single public Property of the wrapped object, if present, else null.
getProperty(Bean, String) - Static method in class org.minimalcode.beans.ObjectWrapper
 
getSimpleValue(String) - Method in class org.minimalcode.beans.ObjectWrapper
Returns the value of the specified simple property from the wrapped object.
getSimpleValue(Property) - Method in class org.minimalcode.beans.ObjectWrapper
Returns the value of the specified simple property from the wrapped object.
getValue(String) - Method in class org.minimalcode.beans.ObjectWrapper
Returns the value of the specified simple, indexed or mapped property locate by the given pattern.

O

ObjectWrapper - Class in org.minimalcode.beans
Wrapper for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
ObjectWrapper(Object) - Constructor for class org.minimalcode.beans.ObjectWrapper
Wraps an object.
org.minimalcode.beans - package org.minimalcode.beans
 

S

setAutoGrowing(boolean) - Method in class org.minimalcode.beans.ObjectWrapper
Changes the status of the Auto-Growing option.
setAutoInstancing(boolean) - Method in class org.minimalcode.beans.ObjectWrapper
Changes the status of the Auto-Instancing option.
setIndexedValue(String, int, Object) - Method in class org.minimalcode.beans.ObjectWrapper
Sets the value of the specified indexed property in the wrapped object.
setIndexedValue(Property, int, Object) - Method in class org.minimalcode.beans.ObjectWrapper
Sets the value of the specified indexed property in the wrapped object.
setMappedValue(String, Object, Object) - Method in class org.minimalcode.beans.ObjectWrapper
Sets the value of the specified mapped property in the wrapped object.
setMappedValue(Property, Object, Object) - Method in class org.minimalcode.beans.ObjectWrapper
Sets the value of the specified mapped property in the wrapped object.
setOutOfBoundsSafety(boolean) - Method in class org.minimalcode.beans.ObjectWrapper
Changes the status of the OutOfBounds-Safety option.
setSimpleValue(String, Object) - Method in class org.minimalcode.beans.ObjectWrapper
Sets the value of the specified property in the wrapped object.
setSimpleValue(Property, Object) - Method in class org.minimalcode.beans.ObjectWrapper
Sets the value of the specified property in the wrapped object.
setValue(String, Object) - Method in class org.minimalcode.beans.ObjectWrapper
Sets the value of the specified simple, indexed or mapped property locate by the given pattern, in the wrapped object.
setWrappedObject(Object) - Method in class org.minimalcode.beans.ObjectWrapper
Changes, at any time, the wrapped object with a new object.

T

toString() - Method in class org.minimalcode.beans.ObjectWrapper
Returns a textual rapresentation of this wrapper.
G O S T 
Skip navigation links

Copyright © 2015 Minimalcode. All Rights Reserved.