Uses of Class
org.springframework.data.rest.webmvc.json.EnumTranslator
Packages that use EnumTranslator
Package
Description
-
Uses of EnumTranslator in org.springframework.data.rest.webmvc.alps
Constructors in org.springframework.data.rest.webmvc.alps with parameters of type EnumTranslatorModifierConstructorDescriptionRootResourceInformationToAlpsDescriptorConverter
(Associations associations, Repositories repositories, PersistentEntities persistentEntities, EntityLinks entityLinks, MessageResolver resolver, RepositoryRestConfiguration configuration, com.fasterxml.jackson.databind.ObjectMapper mapper, EnumTranslator translator) -
Uses of EnumTranslator in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return EnumTranslatorModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.enumTranslator
(MessageResolver resolver) Methods in org.springframework.data.rest.webmvc.config with parameters of type EnumTranslatorModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.alpsConverter
(Repositories repositories, PersistentEntities persistentEntities, RepositoryEntityLinks entityLinks, EnumTranslator enumTranslator, Associations associationLinks, RepositoryRestConfiguration repositoryRestConfiguration) -
Uses of EnumTranslator in org.springframework.data.rest.webmvc.json
Constructors in org.springframework.data.rest.webmvc.json with parameters of type EnumTranslatorModifierConstructorDescriptionEnumTranslatingDeserializer
(EnumTranslator translator) Creates a newJacksonSerializers.EnumTranslatingDeserializer
using the givenEnumTranslator
.EnumTranslatingDeserializer
(EnumTranslator translator, com.fasterxml.jackson.databind.BeanProperty property) Creates a newJacksonSerializers.EnumTranslatingDeserializer
using the givenEnumTranslator
andBeanProperty
.EnumTranslatingSerializer
(EnumTranslator translator) Creates a newJacksonSerializers.EnumTranslatingSerializer
using the givenEnumTranslator
.JacksonSerializers
(EnumTranslator translator) Creates a newJacksonSerializers
with the givenEnumTranslator
.