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 simple 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.StringextendsWithBuilderprotected java.lang.Stringfilenameprotected booleanneedConstructorprotected java.util.List<DTOWurblet.Property>propertiesprotected booleanwithBuilder
-
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
-
extendsWithBuilder
protected java.lang.String extendsWithBuilder
-
-