Class 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 simple model.

    Author:
    harald
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected class  DTOWurblet.Property
      DTO property.
    • Constructor Summary

      Constructors 
      Constructor Description
      DTOWurblet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class org.wurbelizer.wurblet.AbstractJavaWurblet

        getClassName, getPackageName, getSuperClassName, isAbstract, isFinal, isPrivate, isProtected, isPublic, toString
      • Methods inherited from class org.wurbelizer.wurblet.AbstractWurblet

        cleanup, getConfiguration, getContainer, getGuardName, getPhase, process, setConfiguration, setContainer, setPhase
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • filename

        protected java.lang.String filename
      • annotations

        protected java.util.List<java.lang.String> annotations
      • needConstructor

        protected boolean needConstructor
      • withBuilder

        protected boolean withBuilder
      • extendsWithBuilder

        protected java.lang.String extendsWithBuilder
    • Constructor Detail

      • DTOWurblet

        public DTOWurblet()
    • Method Detail

      • run

        public void run()
                 throws org.wurbelizer.wurbel.WurbelException
        Specified by:
        run in interface org.wurbelizer.wurblet.Wurblet
        Overrides:
        run in class org.wurbelizer.wurblet.AbstractWurblet
        Throws:
        org.wurbelizer.wurbel.WurbelException