public class DefaultParameterExtension extends AbstractSwaggerExtension
Constructor and Description |
---|
DefaultParameterExtension() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Parameter> |
extractParameters(java.util.List<java.lang.annotation.Annotation> annotations,
java.lang.reflect.Type type,
java.util.Set<java.lang.reflect.Type> typesToSkip,
java.util.Iterator<SwaggerExtension> chain) |
protected boolean |
isBeanParametersAggregatorAnnotation(java.lang.annotation.Annotation annotation) |
protected boolean |
shouldIgnoreClass(java.lang.Class<?> cls) |
constructType, decorateOperation, extractOperationMethod, shouldIgnoreType
public java.util.List<Parameter> extractParameters(java.util.List<java.lang.annotation.Annotation> annotations, java.lang.reflect.Type type, java.util.Set<java.lang.reflect.Type> typesToSkip, java.util.Iterator<SwaggerExtension> chain)
extractParameters
in interface SwaggerExtension
extractParameters
in class AbstractSwaggerExtension
protected boolean isBeanParametersAggregatorAnnotation(java.lang.annotation.Annotation annotation)
protected boolean shouldIgnoreClass(java.lang.Class<?> cls)
shouldIgnoreClass
in class AbstractSwaggerExtension
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.