org.ini4j
Class Ini.Section.BeanInvocationHandler

java.lang.Object
  extended by org.ini4j.AbstractBeanInvocationHandler
      extended by org.ini4j.Ini.Section.BeanInvocationHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler
Enclosing class:
Ini.Section

 class Ini.Section.BeanInvocationHandler
extends AbstractBeanInvocationHandler


Constructor Summary
Ini.Section.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
 

Constructor Detail

Ini.Section.BeanInvocationHandler

Ini.Section.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