public interface BeanReflect
This enables the implementation to use standard reflection or code generation.
| Modifier and Type | Method and Description |
|---|---|
Object |
createEntityBean()
Create an EntityBean for this type.
|
Object |
createVanillaBean()
Create a plain vanilla bean for this type.
|
BeanReflectGetter |
getGetter(String name)
Return the getter for a given bean property.
|
BeanReflectSetter |
getSetter(String name)
Return the setter for a given bean property.
|
boolean |
isVanillaOnly() |
Object createEntityBean()
Object createVanillaBean()
boolean isVanillaOnly()
BeanReflectGetter getGetter(String name)
BeanReflectSetter getSetter(String name)
Copyright © 2014. All Rights Reserved.