类 ObjectMapperBeanPropertyNamingStrategy

java.lang.Object
springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<ObjectMapperConfigured>, BeanPropertyNamingStrategy

@Component public class ObjectMapperBeanPropertyNamingStrategy extends 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.
  • 构造器详细资料

    • ObjectMapperBeanPropertyNamingStrategy

      public ObjectMapperBeanPropertyNamingStrategy()
  • 方法详细资料