|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanPropertyInfo | |
net.noco.dtogen.model | |
net.noco.dtogen.transformer | |
net.noco.dtogen.write |
Uses of BeanPropertyInfo in net.noco.dtogen.model |
Methods in net.noco.dtogen.model that return BeanPropertyInfo | |
static BeanPropertyInfo |
ModelFactory.createBeanInfo(java.lang.String fqn,
java.lang.String name,
com.thoughtworks.qdox.model.BeanProperty bp,
java.lang.String tagName,
int mode,
boolean isPK)
Creates a BeanPropertyInfo . |
Uses of BeanPropertyInfo in net.noco.dtogen.transformer |
Fields in net.noco.dtogen.transformer declared as BeanPropertyInfo | |
private BeanPropertyInfo |
ModelExtractor.ElementTypeMapping.bpi
|
Constructors in net.noco.dtogen.transformer with parameters of type BeanPropertyInfo | |
ModelExtractor.ElementTypeMapping(java.lang.String id,
java.lang.String type,
BeanPropertyInfo srcBpi)
|
Uses of BeanPropertyInfo in net.noco.dtogen.write |
Methods in net.noco.dtogen.write with parameters of type BeanPropertyInfo | |
private void |
ToolCodeWriter.writeInverseSimpleSetter(Code code,
BeanPropertySkel bp,
BeanPropertyInfo bpi)
creates the code that sets a simple property on the original POJO. |
private void |
ToolCodeWriter.writeInverseCollectionSetter(Code code,
BeanPropertySkel bp,
BeanPropertyInfo bpi,
int colIndex)
|
private void |
ToolCodeWriter.writeInverseArraySetter(Code code,
BeanPropertySkel bp,
BeanPropertyInfo bpi,
int arrayIdx)
|
private void |
ToolCodeWriter.writeDirectSimpleSetter(Code code,
BeanPropertySkel bp,
BeanPropertyInfo bpi,
java.lang.String paramName)
creates the Code for a simple setter. |
private void |
ToolCodeWriter.writeDirectCollectionSetter(Code code,
BeanPropertySkel bp,
BeanPropertyInfo bpi,
java.lang.String paramName,
int collIndex)
BUGFIX #6 |
private void |
ToolCodeWriter.writeDirectArraySetter(Code code,
BeanPropertySkel bp,
BeanPropertyInfo bpi,
java.lang.String paramName,
int arrayIndex)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |