org.ini4j.spi
Class BeanTool

Object
  extended by org.ini4j.spi.BeanTool

public class BeanTool
extends Object


Constructor Summary
BeanTool()
           
 
Method Summary
static BeanTool getInstance()
           
 void inject(BeanAccess props, Object bean)
           
 void inject(Object bean, BeanAccess props)
           
<T> T
parse(String value, Class<T> clazz)
           
protected  Object parseSpecialValue(String value, Class clazz)
           
<T> T
proxy(Class<T> clazz, BeanAccess props)
           
<T> T
zero(Class<T> clazz)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanTool

public BeanTool()
Method Detail

getInstance

public static final BeanTool getInstance()

inject

public void inject(Object bean,
                   BeanAccess props)

inject

public void inject(BeanAccess props,
                   Object bean)

parse

public <T> T parse(String value,
                   Class<T> clazz)
        throws IllegalArgumentException
Throws:
IllegalArgumentException

proxy

public <T> T proxy(Class<T> clazz,
                   BeanAccess props)

zero

public <T> T zero(Class<T> clazz)

parseSpecialValue

protected Object parseSpecialValue(String value,
                                   Class clazz)
                            throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2011. All Rights Reserved.