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 List<String>annotationsprotected booleanasWithersprotected Stringfilenameprotected intmodelSourceLineprotected StringmodelSourceNameprotected booleanneedConstructorprotected booleannottprotected List<DTOWurblet.Property>propertiesprotected StringsuperClassprotected 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 String filename
-
properties
protected List<DTOWurblet.Property> properties
-
needConstructor
protected boolean needConstructor
-
withBuilder
protected boolean withBuilder
-
withFrom
protected boolean withFrom
-
asWithers
protected boolean asWithers
-
withEquals
protected boolean withEquals
-
withHashCode
protected boolean withHashCode
-
validate
protected String validate
-
withNames
protected boolean withNames
-
nott
protected boolean nott
-
superClass
protected String superClass
-
modelSourceName
protected String modelSourceName
-
modelSourceLine
protected int modelSourceLine
-
-