Class AbstractDtoWriter

  • All Implemented Interfaces:
    CodeWriter
    Direct Known Subclasses:
    CollectionDtoWriter, SingleDtoWriter

    @Deprecated(since="1818",
                forRemoval=true)
    public abstract class AbstractDtoWriter
    extends ClassWriter
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1818
    Abstract ClassWriter which covers general dto specific operations.
    • Field Detail

      • XML_ROOTELEMENT

        protected static final java.lang.String XML_ROOTELEMENT
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • XML_ATTRIBUTE

        protected static final java.lang.String XML_ATTRIBUTE
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • XML_ELEMENT

        protected static final java.lang.String XML_ELEMENT
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • XML_ELEMENTWRAPPER

        protected static final java.lang.String XML_ELEMENTWRAPPER
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • wsConfig

        protected WebservicesConfig wsConfig
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getDtoConfig

        public DtoConfig getDtoConfig()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the DtoConfig which is used for specific generation information.
        Returns:
        DtoConfig
      • getClassName

        public java.lang.String getClassName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the simple class name of the dto which shall be generated.
        Overrides:
        getClassName in class ClassWriter
        Returns:
        dto class name
        See Also:
        ClassWriter.getClassName()
      • fill

        protected void fill()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        fill in class ClassWriter
      • getConstructorMethodWriters

        protected java.util.Collection<MethodWriter> getConstructorMethodWriters()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getBeanMethodWriters

        protected java.util.Collection<MethodWriter> getBeanMethodWriters()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • createDefaultConstructorMethodWriter

        protected MethodWriter createDefaultConstructorMethodWriter()
        Deprecated, for removal: This API element is subject to removal in a future version.