public class SpringDocDataRestUtils extends Object
| Constructor and Description |
|---|
SpringDocDataRestUtils(org.springframework.hateoas.server.LinkRelationProvider linkRelationProvider)
Instantiates a new Spring doc data rest utils.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildTextUriContent(io.swagger.v3.oas.models.media.Content content)
Build text uri content.
|
void |
customise(io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.data.rest.core.mapping.ResourceMappings mappings,
org.springframework.data.mapping.context.PersistentEntities persistentEntities)
Customise.
|
public SpringDocDataRestUtils(org.springframework.hateoas.server.LinkRelationProvider linkRelationProvider)
linkRelationProvider - the link relation providerpublic void customise(io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.data.rest.core.mapping.ResourceMappings mappings,
org.springframework.data.mapping.context.PersistentEntities persistentEntities)
openAPI - the open apimappings - the mappingspersistentEntities - the persistent entitiespublic void buildTextUriContent(io.swagger.v3.oas.models.media.Content content)
content - the contentCopyright © 2021. All rights reserved.