Package com.fasterxml.jackson.annotation
Class JsonTypeInfo.None
- java.lang.Object
-
- com.fasterxml.jackson.annotation.JsonTypeInfo.None
-
- Enclosing class:
- JsonTypeInfo
@Deprecated public abstract static class JsonTypeInfo.None extends java.lang.ObjectDeprecated.Since 2.5, use any Annotation type (such asJsonTypeInfo, if such behavior is needed; this is rarely necessary.This marker class that is only to be used withdefaultImplannotation property, to indicate that there is no default implementation specified.
-
-
Constructor Summary
Constructors Constructor Description None()Deprecated.
-