Uses of Interface
com.mangofactory.swagger.models.BeanPropertyNamingStrategy

Packages that use BeanPropertyNamingStrategy
com.mangofactory.swagger.models   
com.mangofactory.swagger.models.property   
com.mangofactory.swagger.models.property.bean   
com.mangofactory.swagger.models.property.constructor   
com.mangofactory.swagger.models.property.field   
 

Uses of BeanPropertyNamingStrategy in com.mangofactory.swagger.models
 

Classes in com.mangofactory.swagger.models that implement BeanPropertyNamingStrategy
 class ObjectMapperBeanPropertyNamingStrategy
          BeanPropertyNamingStrategy based on ObjectMapper naming strategy.
 

Uses of BeanPropertyNamingStrategy in com.mangofactory.swagger.models.property
 

Methods in com.mangofactory.swagger.models.property with parameters of type BeanPropertyNamingStrategy
static String BeanPropertyDefinitions.name(com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition beanPropertyDefinition, boolean forSerialization, BeanPropertyNamingStrategy namingStrategy)
           
 

Uses of BeanPropertyNamingStrategy in com.mangofactory.swagger.models.property.bean
 

Constructors in com.mangofactory.swagger.models.property.bean with parameters of type BeanPropertyNamingStrategy
BeanModelPropertyProvider(AccessorsProvider accessors, com.fasterxml.classmate.TypeResolver typeResolver, AlternateTypeProvider alternateTypeProvider, BeanPropertyNamingStrategy namingStrategy)
           
 

Uses of BeanPropertyNamingStrategy in com.mangofactory.swagger.models.property.constructor
 

Constructors in com.mangofactory.swagger.models.property.constructor with parameters of type BeanPropertyNamingStrategy
ConstructorModelPropertyProvider(FieldProvider fieldProvider, AlternateTypeProvider alternateTypeProvider, BeanPropertyNamingStrategy namingStrategy)
           
 

Uses of BeanPropertyNamingStrategy in com.mangofactory.swagger.models.property.field
 

Constructors in com.mangofactory.swagger.models.property.field with parameters of type BeanPropertyNamingStrategy
FieldModelPropertyProvider(FieldProvider fieldProvider, AlternateTypeProvider alternateTypeProvider, BeanPropertyNamingStrategy namingStrategy)
           
 



Copyright © May 2012-2014 The Mango Factory. All Rights Reserved.