All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mangofactory.swagger.models.BeanPropertyNamingStrategy Maven / Gradle / Ivy

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