Uses of Class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactory
-
Uses of PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactory in org.springframework.data.rest.webmvc.json
Constructors in org.springframework.data.rest.webmvc.json with parameters of type PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactoryModifierConstructorDescriptionPersistentEntityToJsonSchemaConverter
(PersistentEntities entities, Associations associations, org.springframework.hateoas.mediatype.MessageResolver resolver, com.fasterxml.jackson.databind.ObjectMapper objectMapper, RepositoryRestConfiguration configuration, PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactory customizerFactory) Creates a newPersistentEntityToJsonSchemaConverter
for the givenPersistentEntities
andResourceMappings
.