Interface SchemaCodePrinter

  • All Known Implementing Classes:
    SchemaTypeCodePrinter

    public interface SchemaCodePrinter
    This class is used to provide alternate implementations of the schema Java code generation.
    • Method Detail

      • printTypeImpl

        void printTypeImpl​(java.io.Writer writer,
                           SchemaType sType)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • printType

        void printType​(java.io.Writer writer,
                       SchemaType sType)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • printLoader

        void printLoader​(java.io.Writer writer,
                         SchemaTypeSystem system)
                  throws java.io.IOException
        Deprecated.
        Obsoleted by functionality in {@link SchemaTypeSystem.save()}
        Throws:
        java.io.IOException