Uses of Class
com.microsoft.rest.CollectionFormat
-
Packages that use CollectionFormat Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.protocol The package contains classes that interfaces defining the behaviors of the necessary components of a Rest Client.com.microsoft.rest.serializer The package contains classes that handle serialization and deserialization for the REST call payloads. -
-
Uses of CollectionFormat in com.microsoft.rest
Methods in com.microsoft.rest that return CollectionFormat Modifier and Type Method Description static CollectionFormatCollectionFormat. valueOf(String name)Returns 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. -
Uses of CollectionFormat in com.microsoft.rest.protocol
Methods in com.microsoft.rest.protocol with parameters of type CollectionFormat Modifier and Type Method Description StringSerializerAdapter. 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. -
Uses of CollectionFormat in com.microsoft.rest.serializer
Methods in com.microsoft.rest.serializer with parameters of type CollectionFormat Modifier and Type Method Description StringJacksonAdapter. serializeList(List<?> list, CollectionFormat format)
-