Package | Description |
---|---|
io.swagger.core.filter | |
io.swagger.jaxrs | |
io.swagger.jaxrs.ext | |
io.swagger.jaxrs.utils | |
io.swagger.jersey | |
io.swagger.models | |
io.swagger.models.parameters | |
io.swagger.servlet | |
io.swagger.util |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSpecFilter.isParamAllowed(Parameter parameter,
Operation operation,
ApiDescription api,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
boolean |
SwaggerSpecFilter.isParamAllowed(Parameter parameter,
Operation operation,
ApiDescription api,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
Modifier and Type | Method and Description |
---|---|
protected Parameter |
Reader.readImplicitParam(ApiImplicitParam param) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
DefaultParameterExtension.extractParameters(List<Annotation> annotations,
Type type,
Set<Type> typesToSkip,
Iterator<SwaggerExtension> chain) |
Modifier and Type | Method and Description |
---|---|
protected Swagger |
Reader.read(Class<?> cls,
String parentPath,
String parentMethod,
boolean isSubresource,
String[] parentConsumes,
String[] parentProduces,
Map<String,Tag> parentTags,
List<Parameter> parentParameters) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
AbstractSwaggerExtension.extractParameters(List<Annotation> annotations,
Type type,
Set<Type> typesToSkip,
Iterator<SwaggerExtension> chain) |
List<Parameter> |
SwaggerExtension.extractParameters(List<Annotation> annotations,
Type type,
Set<Type> typesToSkip,
Iterator<SwaggerExtension> chain) |
Modifier and Type | Method and Description |
---|---|
static List<Parameter> |
ReaderUtils.collectConstructorParameters(Class<?> cls,
Swagger swagger)
Collects constructor-level parameters from class.
|
static List<Parameter> |
ReaderUtils.collectFieldParameters(Class<?> cls,
Swagger swagger)
Collects field-level parameters from class.
|
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
SwaggerJersey2Jaxrs.extractParameters(List<Annotation> annotations,
Type type,
Set<Type> typesToSkip,
Iterator<SwaggerExtension> chain) |
List<Parameter> |
SwaggerJerseyJaxrs.extractParameters(List<Annotation> annotations,
Type type,
Set<Type> typesToSkip,
Iterator<SwaggerExtension> chain) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Parameter> |
Swagger.parameters |
Modifier and Type | Method and Description |
---|---|
Parameter |
Swagger.getParameter(String parameter) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Operation.getParameters() |
List<Parameter> |
Path.getParameters() |
Map<String,Parameter> |
Swagger.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
Operation.addParameter(Parameter parameter) |
void |
Path.addParameter(Parameter parameter) |
void |
Swagger.addParameter(String key,
Parameter parameter) |
Operation |
Operation.parameter(Parameter parameter) |
Swagger |
Swagger.parameter(String key,
Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
void |
Operation.setParameters(List<Parameter> parameters) |
void |
Path.setParameters(List<Parameter> parameters) |
void |
Swagger.setParameters(Map<String,Parameter> parameters) |
Modifier and Type | Interface and Description |
---|---|
interface |
SerializableParameter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSerializableParameter<T extends AbstractSerializableParameter<T>> |
class |
BodyParameter |
class |
CookieParameter |
class |
FormParameter |
class |
HeaderParameter |
class |
PathParameter |
class |
QueryParameter |
class |
RefParameter |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
ReaderContext.getParentParameters() |
Modifier and Type | Method and Description |
---|---|
void |
ReaderContext.setParentParameters(List<Parameter> parentParameters) |
Constructor and Description |
---|
ReaderContext(Swagger swagger,
Class<?> cls,
String parentPath,
String parentHttpMethod,
boolean readHidden,
List<String> parentConsumes,
List<String> parentProduces,
List<String> parentTags,
List<Parameter> parentParameters) |
Modifier and Type | Method and Description |
---|---|
static Parameter |
ParameterProcessor.applyAnnotations(Swagger swagger,
Parameter parameter,
Type type,
List<Annotation> annotations) |
Parameter |
ParameterDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
static Parameter |
ParameterProcessor.applyAnnotations(Swagger swagger,
Parameter parameter,
Type type,
List<Annotation> annotations) |
Copyright © 2016. All rights reserved.