Package org.tentackle.wurblet
Class DTOWurblet
- java.lang.Object
-
- org.wurbelizer.wurblet.AbstractWurblet
-
- org.wurbelizer.wurblet.AbstractJavaWurblet
-
- org.tentackle.wurblet.DTOWurblet
-
- All Implemented Interfaces:
org.wurbelizer.wurblet.Wurblet
- Direct Known Subclasses:
DTO
public class DTOWurblet extends org.wurbelizer.wurblet.AbstractJavaWurbletBase class for the@DTO-wurblet.Parses wurblet args and the model.
- Author:
- harald
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classDTOWurblet.PropertyDTO property.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.String>annotationsprotected java.lang.Stringfilenameprotected intmodelSourceLineprotected java.lang.StringmodelSourceNameprotected booleanneedConstructorprotected booleannottprotected java.util.List<DTOWurblet.Property>propertiesprotected java.lang.StringsuperClassprotected java.lang.Stringvalidateprotected booleanwithBuilderprotected booleanwithEqualsprotected booleanwithFromprotected booleanwithHashCodeprotected booleanwithNames
-
Constructor Summary
Constructors Constructor Description DTOWurblet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.wurbelizer.wurblet.AbstractJavaWurblet
getClassName, getPackageName, getSuperClassName, isAbstract, isFinal, isPrivate, isProtected, isPublic, toString
-
-
-
-
Field Detail
-
filename
protected java.lang.String filename
-
annotations
protected java.util.List<java.lang.String> annotations
-
properties
protected java.util.List<DTOWurblet.Property> properties
-
needConstructor
protected boolean needConstructor
-
withBuilder
protected boolean withBuilder
-
withFrom
protected boolean withFrom
-
withEquals
protected boolean withEquals
-
withHashCode
protected boolean withHashCode
-
validate
protected java.lang.String validate
-
withNames
protected boolean withNames
-
nott
protected boolean nott
-
superClass
protected java.lang.String superClass
-
modelSourceName
protected java.lang.String modelSourceName
-
modelSourceLine
protected int modelSourceLine
-
-