Uses of Class
org.springframework.data.rest.webmvc.json.MappedProperties
Packages that use MappedProperties
-
Uses of MappedProperties in org.springframework.data.rest.webmvc.json
Methods in org.springframework.data.rest.webmvc.json that return MappedPropertiesModifier and TypeMethodDescriptionstatic MappedPropertiesMappedProperties.forDescription(PersistentEntity<?, ?> entity, com.fasterxml.jackson.databind.BeanDescription description) static MappedPropertiesMappedProperties.forDeserialization(PersistentEntity<?, ?> entity, com.fasterxml.jackson.databind.ObjectMapper mapper) CreatesMappedPropertiesfor the givenPersistentEntityfor deserialization purposes.static MappedPropertiesMappedProperties.forSerialization(PersistentEntity<?, ?> entity, com.fasterxml.jackson.databind.ObjectMapper mapper) CreatesMappedPropertiesfor the givenPersistentEntityfor serialization purposes.static MappedPropertiesMappedProperties.none()