Uses of Enum Class
tools.jackson.core.util.Separators.Spacing
Packages that use Separators.Spacing
-
Uses of Separators.Spacing in tools.jackson.core.util
Subclasses with type arguments of type Separators.Spacing in tools.jackson.core.utilModifier and TypeClassDescriptionstatic enumDefine the spacing around elements like commas and colons.Fields in tools.jackson.core.util declared as Separators.SpacingModifier and TypeFieldDescriptionprivate final Separators.SpacingSeparators.arrayElementSpacingprivate final Separators.SpacingSeparators.objectEntrySpacingprivate final Separators.SpacingSeparators.objectNameValueSpacingMethods in tools.jackson.core.util that return Separators.SpacingModifier and TypeMethodDescriptionSeparators.getArrayElementSpacing()Separators.getObjectEntrySpacing()Separators.getObjectNameValueSpacing()static Separators.SpacingReturns the enum constant of this class with the specified name.static Separators.Spacing[]Separators.Spacing.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.core.util with parameters of type Separators.SpacingModifier and TypeMethodDescriptionSeparators.withArrayElementSpacing(Separators.Spacing spacing) Separators.withObjectEntrySpacing(Separators.Spacing spacing) Separators.withObjectNameValueSpacing(Separators.Spacing spacing) Constructors in tools.jackson.core.util with parameters of type Separators.SpacingModifierConstructorDescriptionSeparators(String rootSeparator, char objectNameValueSeparator, Separators.Spacing objectNameValueSpacing, char objectEntrySeparator, Separators.Spacing objectEntrySpacing, String objectEmptySeparator, char arrayElementSeparator, Separators.Spacing arrayElementSpacing, String arrayEmptySeparator)