com.mangofactory.swagger.models
Interface BeanPropertyNamingStrategy
- All Known Implementing Classes:
- ObjectMapperBeanPropertyNamingStrategy
public interface BeanPropertyNamingStrategy
nameForSerialization
String nameForSerialization(com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition beanProperty)
nameForDeserialization
String nameForDeserialization(com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition beanProperty)
setObjectMapper
void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © May 2012-2014 The Mango Factory. All Rights Reserved.