Uses of Interface
org.springframework.restdocs.payload.FieldTypeResolver
Packages that use FieldTypeResolver
Package
Description
Documenting the payload of a RESTful API's requests and responses.
-
Uses of FieldTypeResolver in org.springframework.restdocs.payload
Methods in org.springframework.restdocs.payload that return FieldTypeResolverModifier and TypeMethodDescriptionstatic FieldTypeResolverFieldTypeResolver.forContentWithDescriptors(byte[] content, org.springframework.http.MediaType contentType, List<FieldDescriptor> descriptors) Create aFieldTypeResolverfor the givencontentandcontentType, described by the givendescriptors.