Uses of Interface
org.ini4j.spi.BeanAccess
-
Packages that use BeanAccess Package Description org.ini4j.spi [ini4j] service provider package -
-
Uses of BeanAccess in org.ini4j.spi
Methods in org.ini4j.spi with parameters of type BeanAccess Modifier and Type Method Description void
BeanTool. inject(java.lang.Object bean, BeanAccess props)
void
BeanTool. inject(BeanAccess props, java.lang.Object bean)
<T> T
BeanTool. proxy(java.lang.Class<T> clazz, BeanAccess props)
-