Class AbstractTypeDefWriter

    • Constructor Detail

      • AbstractTypeDefWriter

        public AbstractTypeDefWriter()
    • Method Detail

      • writeSchema

        protected void writeSchema​(com.fasterxml.jackson.core.JsonGenerator jg,
                                   Schema schema)
                            throws IOException
        Throws:
        IOException
      • writeSchemaObject

        protected void writeSchemaObject​(com.fasterxml.jackson.core.JsonGenerator jg,
                                         Schema schema)
                                  throws IOException
        Throws:
        IOException
      • writeDocType

        protected void writeDocType​(com.fasterxml.jackson.core.JsonGenerator jg,
                                    DocumentType docType,
                                    boolean expandSchemas)
                             throws IOException
        Throws:
        IOException
      • writeField

        protected void writeField​(com.fasterxml.jackson.core.JsonGenerator jg,
                                  Field field)
                           throws IOException
        Throws:
        IOException
      • buildComplexFields

        protected void buildComplexFields​(com.fasterxml.jackson.core.JsonGenerator jg,
                                          Field field)
                                   throws IOException
        Throws:
        IOException