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, org.springframework.data.rest.core.config.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, org.springframework.data.rest.core.config.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.EnumTranslatingDeserializerusing the givenEnumTranslator.EnumTranslatingDeserializer(EnumTranslator translator, com.fasterxml.jackson.databind.BeanProperty property) Creates a newJacksonSerializers.EnumTranslatingDeserializerusing the givenEnumTranslatorandBeanProperty.EnumTranslatingSerializer(EnumTranslator translator) Creates a newJacksonSerializers.EnumTranslatingSerializerusing the givenEnumTranslator.JacksonSerializers(EnumTranslator translator) Creates a newJacksonSerializerswith the givenEnumTranslator.