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.AbstractJavaWurblet
Base class for the
@DTO-wurblet.
Parses wurblet args and the model.
- Author:
- harald
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected intprotected Stringprotected booleanprotected booleanprotected List<DTOWurblet.Property>protected Stringprotected Stringprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanFields inherited from class org.wurbelizer.wurblet.AbstractWurblet
configuration, container, out, phase, source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wurbelizer.wurblet.AbstractJavaWurblet
getClassName, getPackageName, getSuperClassName, isAbstract, isClass, isFinal, isInterface, isPrivate, isProtected, isPublic, isRecord, toStringMethods inherited from class org.wurbelizer.wurblet.AbstractWurblet
cleanup, getConfiguration, getContainer, getGuardName, getPhase, process, setConfiguration, setContainer, setPhase
-
Field Details
-
filename
-
annotations
-
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
-
withNames
protected boolean withNames -
nott
protected boolean nott -
superClass
-
modelSourceName
-
modelSourceLine
protected int modelSourceLine
-
-
Constructor Details
-
DTOWurblet
public DTOWurblet()
-
-
Method Details
-
run
public void run() throws org.wurbelizer.wurbel.WurbelException- Specified by:
runin interfaceorg.wurbelizer.wurblet.Wurblet- Overrides:
runin classorg.wurbelizer.wurblet.AbstractWurblet- Throws:
org.wurbelizer.wurbel.WurbelException
-