Uses of Enum
com.fasterxml.jackson.core.filter.TokenFilter.Inclusion
Packages that use TokenFilter.Inclusion
-
Uses of TokenFilter.Inclusion in com.fasterxml.jackson.core.filter
Subclasses with type arguments of type TokenFilter.Inclusion in com.fasterxml.jackson.core.filterModifier and TypeClassDescriptionstatic enumEnumeration that controls how TokenFilter return values are interpreted.Fields in com.fasterxml.jackson.core.filter declared as TokenFilter.InclusionModifier and TypeFieldDescriptionprotected TokenFilter.InclusionFilteringGeneratorDelegate._inclusionFlag that determines whether path leading up to included content should also be automatically included or not.protected TokenFilter.InclusionFilteringParserDelegate._inclusionFlag that determines whether path leading up to included content should also be automatically included or not.Methods in com.fasterxml.jackson.core.filter that return TokenFilter.InclusionModifier and TypeMethodDescriptionstatic TokenFilter.InclusionReturns the enum constant of this type with the specified name.static TokenFilter.Inclusion[]TokenFilter.Inclusion.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.fasterxml.jackson.core.filter with parameters of type TokenFilter.InclusionModifierConstructorDescriptionFilteringGeneratorDelegate(JsonGenerator d, TokenFilter f, TokenFilter.Inclusion inclusion, boolean allowMultipleMatches) FilteringParserDelegate(JsonParser p, TokenFilter f, TokenFilter.Inclusion inclusion, boolean allowMultipleMatches)