org.ini4j
Class Ini.BeanInvocationHandler
java.lang.Object
org.ini4j.AbstractBeanInvocationHandler
org.ini4j.Ini.BeanInvocationHandler
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
- Enclosing class:
- Ini
-
class Ini.BeanInvocationHandler
- extends AbstractBeanInvocationHandler
Field Summary |
private java.util.Map<java.lang.String,java.lang.Object>
|
_sectionBeans
|
Method Summary |
protected java.lang.Object |
getPropertySpi(java.lang.String property,
java.lang.Class<?> clazz)
|
protected boolean |
hasPropertySpi(java.lang.String property)
|
protected void |
setPropertySpi(java.lang.String property,
java.lang.Object value, java.lang.Class<?> clazz)
|
Methods inherited from class org.ini4j.AbstractBeanInvocationHandler |
addPropertyChangeListener,
addVetoableChangeListener,
firePropertyChange,
fireVetoableChange,
getProperty,
getProxy, hasProperty, invoke,
parseSpecialValue,
parseValue,
removePropertyChangeListener,
removeVetoableChangeListener,
setProperty,
zero |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_sectionBeans
private java.util.Map<java.lang.String,java.lang.Object> _sectionBeans
Ini.BeanInvocationHandler
Ini.BeanInvocationHandler()
getPropertySpi
protected java.lang.Object getPropertySpi(java.lang.String property,
java.lang.Class<?> clazz)
-
- Specified by:
getPropertySpi
in class AbstractBeanInvocationHandler
-
setPropertySpi
protected void setPropertySpi(java.lang.String property,
java.lang.Object value,
java.lang.Class<?> clazz)
-
- Specified by:
setPropertySpi
in class AbstractBeanInvocationHandler
-
hasPropertySpi
protected boolean hasPropertySpi(java.lang.String property)
-
- Specified by:
hasPropertySpi
in class AbstractBeanInvocationHandler
-