Class Converter.None

  • All Implemented Interfaces:
    Converter<Object,​Object>
    Enclosing interface:
    Converter<IN,​OUT>

    public abstract static class Converter.None
    extends Object
    implements Converter<Object,​Object>
    This marker class is only to be used with annotations, to indicate that no converter is to be used.

    Specifically, this class is to be used as the marker for annotation JsonSerialize, property converter (and related)

    Since:
    2.2
    • Constructor Detail

      • None

        public None()