Uses of Enum
com.fasterxml.jackson.core.type.WritableTypeId.Inclusion
Packages that use WritableTypeId.Inclusion
Package
Description
Contains classes needed for type introspection, mostly used by data binding
functionality.
-
Uses of WritableTypeId.Inclusion in com.fasterxml.jackson.core.type
Subclasses with type arguments of type WritableTypeId.Inclusion in com.fasterxml.jackson.core.typeModifier and TypeClassDescriptionstatic enumEnumeration of values that matches enum `As` from annotation `JsonTypeInfo`: separate definition to avoid dependency between streaming core and annotations packages; also allows more flexibility in case new values needed at this level of internal API.Fields in com.fasterxml.jackson.core.type declared as WritableTypeId.InclusionModifier and TypeFieldDescriptionWritableTypeId.includeProperty used to indicate style of inclusion for this type id, in cases where no native type id may be used (either because format has none, like JSON; or because use of native type ids is disabled [with YAML]).Methods in com.fasterxml.jackson.core.type that return WritableTypeId.InclusionModifier and TypeMethodDescriptionstatic WritableTypeId.InclusionReturns the enum constant of this type with the specified name.static WritableTypeId.Inclusion[]WritableTypeId.Inclusion.values()Returns an array containing the constants of this enum type, in the order they are declared.