Uses of Class
org.springframework.data.rest.webmvc.json.MappedJacksonProperties
Packages that use MappedJacksonProperties
-
Uses of MappedJacksonProperties in org.springframework.data.rest.webmvc.json
Methods in org.springframework.data.rest.webmvc.json that return MappedJacksonPropertiesModifier and TypeMethodDescriptionstatic MappedJacksonPropertiesMappedJacksonProperties.forDescription(PersistentEntity<?, ?> entity, tools.jackson.databind.BeanDescription description) static MappedJacksonPropertiesMappedJacksonProperties.forDeserialization(PersistentEntity<?, ?> entity, tools.jackson.databind.ObjectMapper mapper) CreatesMappedJacksonPropertiesfor the givenPersistentEntityfor deserialization purposes.static MappedJacksonPropertiesMappedJacksonProperties.forSerialization(PersistentEntity<?, ?> entity, tools.jackson.databind.ObjectMapper mapper) CreatesMappedJacksonPropertiesfor the givenPersistentEntityfor serialization purposes.static MappedJacksonPropertiesMappedJacksonProperties.none()