Package | Description |
---|---|
io.swagger.converter | |
io.swagger.core.filter | |
io.swagger.jackson | |
io.swagger.models | |
io.swagger.models.parameters | |
io.swagger.models.properties | |
io.swagger.util |
Modifier and Type | Method and Description |
---|---|
Model |
ModelConverterContextImpl.resolve(Type type) |
Model |
ModelConverterContext.resolve(Type type) |
Model |
ModelConverter.resolve(Type type,
ModelConverterContext context,
Iterator<ModelConverter> chain) |
Modifier and Type | Method and Description |
---|---|
Map<String,Model> |
ModelConverterContextImpl.getDefinedModels() |
Map<String,Model> |
ModelConverters.read(Type type) |
Map<String,Model> |
ModelConverters.readAll(Type type) |
Modifier and Type | Method and Description |
---|---|
void |
ModelConverterContextImpl.defineModel(String name,
Model model) |
void |
ModelConverterContext.defineModel(String name,
Model model)
needs to be called whenever a Model is defined which can be referenced from another
Model or Property
|
void |
ModelConverterContextImpl.defineModel(String name,
Model model,
Type type,
String prevName) |
void |
ModelConverterContext.defineModel(String name,
Model model,
Type type,
String prevName)
needs to be called whenever a Model is defined which can be referenced from another
Model or Property
|
Modifier and Type | Method and Description |
---|---|
Map<String,Model> |
SpecFilter.filterDefinitions(SwaggerSpecFilter filter,
Map<String,Model> definitions,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSpecFilter.isPropertyAllowed(Model model,
Property property,
String propertyName,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
boolean |
SwaggerSpecFilter.isPropertyAllowed(Model model,
Property property,
String propertyName,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
Modifier and Type | Method and Description |
---|---|
Map<String,Model> |
SpecFilter.filterDefinitions(SwaggerSpecFilter filter,
Map<String,Model> definitions,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
Modifier and Type | Method and Description |
---|---|
Model |
ModelResolver.resolve(com.fasterxml.jackson.databind.JavaType type,
ModelConverterContext context,
Iterator<ModelConverter> next) |
Model |
AbstractModelConverter.resolve(Type type,
ModelConverterContext context,
Iterator<ModelConverter> chain) |
Model |
ModelResolver.resolve(Type type,
ModelConverterContext context,
Iterator<ModelConverter> next) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModel |
class |
ArrayModel |
class |
ComposedModel |
class |
ModelImpl |
class |
RefModel |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Model> |
Swagger.definitions |
Modifier and Type | Method and Description |
---|---|
Model |
ComposedModel.getChild() |
Model |
ComposedModel.getParent() |
Modifier and Type | Method and Description |
---|---|
List<Model> |
ComposedModel.getAllOf() |
Map<String,Model> |
Swagger.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
Swagger.addDefinition(String key,
Model model) |
ComposedModel |
ComposedModel.child(Model model) |
Swagger |
Swagger.model(String name,
Model model) |
ComposedModel |
ComposedModel.parent(Model model) |
void |
ComposedModel.setChild(Model model) |
void |
ComposedModel.setParent(Model model) |
Modifier and Type | Method and Description |
---|---|
void |
ComposedModel.setAllOf(List<Model> allOf) |
void |
Swagger.setDefinitions(Map<String,Model> definitions) |
Modifier and Type | Method and Description |
---|---|
Model |
BodyParameter.getSchema() |
Modifier and Type | Method and Description |
---|---|
BodyParameter |
BodyParameter.schema(Model schema) |
void |
BodyParameter.setSchema(Model schema) |
Modifier and Type | Method and Description |
---|---|
static Model |
PropertyBuilder.toModel(Property property)
Converts passed property into a model.
|
Modifier and Type | Method and Description |
---|---|
Model |
ModelDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2019. All rights reserved.