Uses of Enum
com.azure.core.util.serializer.CollectionFormat
Packages that use CollectionFormat
Package
Description
Package containing interfaces describing serialization and deserialization contract.
-
Uses of CollectionFormat in com.azure.core.util.serializer
Methods in com.azure.core.util.serializer that return CollectionFormatModifier and TypeMethodDescriptionstatic CollectionFormatReturns the enum constant of this type with the specified name.static CollectionFormat[]CollectionFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.core.util.serializer with parameters of type CollectionFormatModifier and TypeMethodDescriptiondefault StringSerializerAdapter.serializeIterable(Iterable<?> iterable, CollectionFormat format) Serializes an iterable into a string with the delimiter specified with the Swagger collection format joining each individual serialized items in the list.JacksonAdapter.serializeList(List<?> list, CollectionFormat format) SerializerAdapter.serializeList(List<?> list, CollectionFormat format) Serializes a list into a string with the delimiter specified with the Swagger collection format joining each individual serialized items in the list.