
com.mangofactory.swagger.models.property.provider.ModelPropertiesProvider 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.property.provider;
import com.fasterxml.classmate.ResolvedType;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.mangofactory.swagger.models.property.ModelProperty;
public interface ModelPropertiesProvider {
Iterable extends ModelProperty> propertiesForSerialization(ResolvedType type);
Iterable extends ModelProperty> propertiesForDeserialization(ResolvedType type);
void setObjectMapper(ObjectMapper objectMapper);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy