| Package | Description |
|---|---|
| org.springframework.restdocs.payload |
Documenting the payload of a RESTful API's requests and responses.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonFieldType |
JsonFieldType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JsonFieldType[] |
JsonFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|