Uses of Enum Class
tools.jackson.core.util.Separators.Spacing
Packages that use Separators.Spacing
-
Uses of Separators.Spacing in tools.jackson.core.util
Methods 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)