Uses of Interface
org.springframework.restdocs.payload.FieldTypeResolver
Package
Description
Documenting the payload of a RESTful API's requests and responses.
-
Uses of FieldTypeResolver in org.springframework.restdocs.payload
Modifier and TypeMethodDescriptionstatic FieldTypeResolver
FieldTypeResolver.forContentWithDescriptors
(byte[] content, org.springframework.http.MediaType contentType, List<FieldDescriptor> descriptors) Create aFieldTypeResolver
for the givencontent
andcontentType
, described by the givendescriptors
.