public class DefaultParameterExtension extends AbstractSwaggerExtension
| Constructor and Description |
|---|
DefaultParameterExtension() |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
extractParameters(List<Annotation> annotations,
Type type,
Set<Type> typesToSkip,
Iterator<SwaggerExtension> chain) |
protected boolean |
isBeanParametersAggregatorAnnotation(Annotation annotation) |
protected boolean |
shouldIgnoreClass(Class<?> cls) |
constructType, decorateOperation, extractOperationMethod, shouldIgnoreTypepublic List<Parameter> extractParameters(List<Annotation> annotations, Type type, Set<Type> typesToSkip, Iterator<SwaggerExtension> chain)
extractParameters in interface SwaggerExtensionextractParameters in class AbstractSwaggerExtensionprotected boolean isBeanParametersAggregatorAnnotation(Annotation annotation)
protected boolean shouldIgnoreClass(Class<?> cls)
shouldIgnoreClass in class AbstractSwaggerExtensionCopyright © 2018. All Rights Reserved.