
com.mangofactory.swagger.models.BeanPropertyNamingStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-models Show documentation
Show all versions of swagger-models Show documentation
This project integrates swagger with the Spring Web MVC framework
The newest version!
package com.mangofactory.swagger.models;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition;
public interface BeanPropertyNamingStrategy {
String nameForSerialization(BeanPropertyDefinition beanProperty);
String nameForDeserialization(BeanPropertyDefinition beanProperty);
void setObjectMapper(ObjectMapper objectMapper);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy