Class AbstractDtoWriter

    • Field Detail

      • XML_ROOTELEMENT

        protected static final java.lang.String XML_ROOTELEMENT
        Deprecated.
        See Also:
        Constant Field Values
      • XML_ATTRIBUTE

        protected static final java.lang.String XML_ATTRIBUTE
        Deprecated.
        See Also:
        Constant Field Values
      • XML_ELEMENT

        protected static final java.lang.String XML_ELEMENT
        Deprecated.
        See Also:
        Constant Field Values
      • XML_ELEMENTWRAPPER

        protected static final java.lang.String XML_ELEMENTWRAPPER
        Deprecated.
        See Also:
        Constant Field Values
    • Method Detail

      • getDtoConfig

        public DtoConfig getDtoConfig()
        Deprecated.
        Returns the DtoConfig which is used for specific generation information.
        Returns:
        DtoConfig
      • fill

        protected void fill()
        Deprecated.
        Overrides:
        fill in class ClassWriter
      • getConstructorMethodWriters

        protected java.util.Collection<MethodWriter> getConstructorMethodWriters()
        Deprecated.
      • getBeanMethodWriters

        protected java.util.Collection<MethodWriter> getBeanMethodWriters()
        Deprecated.
      • createDefaultConstructorMethodWriter

        protected MethodWriter createDefaultConstructorMethodWriter()
        Deprecated.