Class DocTypesConverter

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.util.Converter<DocTypes,​DocTypes>

    public class DocTypesConverter
    extends com.fasterxml.jackson.databind.util.StdConverter<DocTypes,​DocTypes>
    This converter is useful to bind schemas in each docTypes and fix their names. As the server doesn't use regular marshaller for the /types endpoint.
    Since:
    3.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter

        com.fasterxml.jackson.databind.util.Converter.None
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DocTypes convert​(DocTypes value)  
      • Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter

        _findConverterType, getInputType, getOutputType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocTypesConverter

        public DocTypesConverter()
    • Method Detail

      • convert

        public DocTypes convert​(DocTypes value)
        Specified by:
        convert in interface com.fasterxml.jackson.databind.util.Converter<DocTypes,​DocTypes>
        Specified by:
        convert in class com.fasterxml.jackson.databind.util.StdConverter<DocTypes,​DocTypes>