Uses of Enum
io.activej.serializer.StringFormat
Packages that use StringFormat
Package
Description
-
Uses of StringFormat in io.activej.serializer
Methods in io.activej.serializer that return StringFormatModifier and TypeMethodDescriptionstatic StringFormatReturns the enum constant of this type with the specified name.static StringFormat[]StringFormat.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StringFormat in io.activej.serializer.annotations
Methods in io.activej.serializer.annotations with parameters of type StringFormatModifier and TypeMethodDescriptionstatic SerializeStringFormatCustomAnnotations.serializeStringFormat(StringFormat stringFormat) -
Uses of StringFormat in io.activej.serializer.impl
Methods in io.activej.serializer.impl with parameters of type StringFormatConstructors in io.activej.serializer.impl with parameters of type StringFormat