Interface BeanPropertyNamingStrategy
-
- All Known Implementing Classes:
ObjectMapperBeanPropertyNamingStrategy
public interface BeanPropertyNamingStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
nameForDeserialization(com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition beanProperty)
java.lang.String
nameForSerialization(com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition beanProperty)
-