Methods in net.noco.dtogen.write that return CodeJavaMethod |
CodeJavaMethod[] |
ToolMethodWriter.writeMappingMethods(com.thoughtworks.qdox.model.JavaClass clazz,
DTOClassSkel skel)
generates mapping methods. |
CodeJavaMethod |
ToolMethodWriter.writeInverseCreate(com.thoughtworks.qdox.model.JavaClass clazz,
DTOClassSkel skel,
java.lang.String originatedFqn)
|
CodeJavaMethod |
ToolMethodWriter.writeDirectCreate(com.thoughtworks.qdox.model.JavaClass clazz,
DTOClassSkel skel,
java.lang.String originatedFqn)
creates the creational DTO method which uses only 1 POJO as parameter. |
CodeJavaMethod |
ToolMethodWriter.writeCreateDTO(com.thoughtworks.qdox.model.JavaClass clazz,
DTOClassSkel skel)
creates the creational DTO method which takes all POJOs as parameter. |
CodeJavaMethod[] |
MethodWriter.writeEquals(com.thoughtworks.qdox.model.JavaClass clazz,
DTOClassSkel skel)
|
CodeJavaMethod |
MethodWriter.writeToString(com.thoughtworks.qdox.model.JavaClass clazz,
DTOClassSkel skel)
|
CodeJavaMethod |
BeanPropertyWriter.writeCollectionAddMutator(com.thoughtworks.qdox.model.JavaClass clazz,
BeanPropertySkel bp)
|
CodeJavaMethod |
BeanPropertyWriter.writeCollectionRemoveMutator(com.thoughtworks.qdox.model.JavaClass clazz,
BeanPropertySkel bp)
|
CodeJavaMethod |
BeanPropertyWriter.writeBeanAccessor(com.thoughtworks.qdox.model.JavaClass clazz,
BeanPropertySkel bp,
com.thoughtworks.qdox.model.Type returnType)
|
CodeJavaMethod |
BeanPropertyWriter.writeBeanMutator(com.thoughtworks.qdox.model.JavaClass clazz,
BeanPropertySkel bp,
com.thoughtworks.qdox.model.Type paramType)
|