public abstract class AbstractSwaggerExtension extends Object implements SwaggerExtension
Constructor and Description |
---|
AbstractSwaggerExtension() |
Modifier and Type | Method and Description |
---|---|
protected com.fasterxml.jackson.databind.JavaType |
constructType(Type type) |
String |
extractOperationMethod(ApiOperation apiOperation,
Method method,
Iterator<SwaggerExtension> chain) |
List<Parameter> |
extractParameters(List<Annotation> annotations,
Type type,
Set<Type> typesToSkip,
Iterator<SwaggerExtension> chain) |
protected boolean |
shouldIgnoreClass(Class<?> cls) |
protected boolean |
shouldIgnoreType(Type type,
Set<Type> typesToSkip) |
public String extractOperationMethod(ApiOperation apiOperation, Method method, Iterator<SwaggerExtension> chain)
extractOperationMethod
in interface SwaggerExtension
public List<Parameter> extractParameters(List<Annotation> annotations, Type type, Set<Type> typesToSkip, Iterator<SwaggerExtension> chain)
extractParameters
in interface SwaggerExtension
protected boolean shouldIgnoreClass(Class<?> cls)
protected com.fasterxml.jackson.databind.JavaType constructType(Type type)
Copyright © 2016. All rights reserved.