Uses of Enum Class
tools.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 tools.jackson.core.type
Fields in tools.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 tools.jackson.core.type that return WritableTypeId.InclusionModifier and TypeMethodDescriptionstatic WritableTypeId.InclusionReturns the enum constant of this class with the specified name.static WritableTypeId.Inclusion[]WritableTypeId.Inclusion.values()Returns an array containing the constants of this enum class, in the order they are declared.