org.ini4j
Class Ini.BeanInvocationHandler

java.lang.Object
  extended by org.ini4j.AbstractBeanInvocationHandler
      extended by 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
           
 
Constructor Summary
Ini.BeanInvocationHandler()
           
 
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
 

Field Detail

_sectionBeans

private java.util.Map<java.lang.String,java.lang.Object> _sectionBeans
Constructor Detail

Ini.BeanInvocationHandler

Ini.BeanInvocationHandler()
Method Detail

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