Class Converter.None
java.lang.Object
com.fasterxml.jackson.databind.util.Converter.None
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface Converter
Converter.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Converter
convert, getInputType, getOutputType
-
Constructor Details
-
None
public None()
-