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

    Author:
    harald
    • Field Detail

      • filename

        protected String filename
      • 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
    • 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