Class ObjectMapperBeanPropertyNamingStrategy

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<ObjectMapperConfigured>, BeanPropertyNamingStrategy

    @Component
    public class ObjectMapperBeanPropertyNamingStrategy
    extends java.lang.Object
    implements BeanPropertyNamingStrategy, org.springframework.context.ApplicationListener<ObjectMapperConfigured>
    BeanPropertyNamingStrategy based on ObjectMapper naming strategy. Uses PropertyNamingStrategy to name. In case it cannot get information from property's getter or field, it returns the same current name.
    • Constructor Detail

      • ObjectMapperBeanPropertyNamingStrategy

        public ObjectMapperBeanPropertyNamingStrategy()