org.ini4j.spi
Class BeanTool
Object
BeanTool
public class BeanTool
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARSE_METHOD
protected static final String PARSE_METHOD
- See Also:
- Constant Field Values
BeanTool
public BeanTool()
getInstance
public static final BeanTool getInstance()
inject
public void inject(Object bean,
BeanAccess props)
inject
public void inject(BeanAccess props,
Object bean)
parse
public Object parse(String value,
Class clazz)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
proxy
public <T> T proxy(Class<T> clazz,
BeanAccess props)
zero
public Object zero(Class clazz)
parseSpecialValue
protected Object parseSpecialValue(String value,
Class clazz)
throws IllegalArgumentException
- Throws:
IllegalArgumentException