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.
|
Modifier and Type | Method and Description |
---|---|
static CollectionFormat |
CollectionFormat.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.
|
Modifier and Type | Method and Description |
---|---|
String |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
JacksonAdapter.serializeList(List<?> list,
CollectionFormat format) |
Copyright © 2019. All rights reserved.