| Modifier and Type | Method and Description |
|---|---|
Type |
TransportType.getType() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Type> |
APIModel.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportType.setType(Type type) |
TransportType.TransportTypeBuilder |
TransportType.TransportTypeBuilder.type(Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
APIModel.setTypes(Map<String,Type> types) |
APIModel.APIModelBuilder |
APIModel.APIModelBuilder.types(Map<String,Type> types) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionTypeJrapidoc |
class |
CustomType |
class |
MapTypeJrapidoc |
| Modifier and Type | Method and Description |
|---|---|
Type |
JacksonJsonProvider.createType(Type genericType) |
Type |
JacksonJsonJaxbProvider.createType(Type genericType) |
abstract Type |
TypeProvider.createType(Type genericType) |
Type |
JacksonJaxbProvider.createType(Type genericType) |
Type |
JacksonJaxbJsonProvider.createType(Type genericType) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Type> |
JacksonJsonProvider.getUsedTypes() |
abstract Map<String,Type> |
TypeProvider.getUsedTypes() |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Type> |
JacksonToJrapidocProcessor.cache |
| Modifier and Type | Method and Description |
|---|---|
Type |
JacksonToJrapidocProcessor.getType(com.fasterxml.jackson.databind.type.ArrayType jacksonType)
|
Type |
JacksonToJrapidocProcessor.getType(com.fasterxml.jackson.databind.type.CollectionLikeType jacksonType)
|
Type |
JacksonToJrapidocProcessor.getType(com.fasterxml.jackson.databind.JavaType type)
Do redirection from general Jackson type to the concrete one
|
Type |
JacksonToJrapidocProcessor.getType(com.fasterxml.jackson.databind.type.MapLikeType jacksonType)
|
Type |
JacksonToJrapidocProcessor.getType(com.fasterxml.jackson.databind.type.SimpleType jacksonType)
From Jackson type creates a JRAPIDoc type, type is stored in cache
|
Type |
JacksonToJrapidocProcessor.loadType(com.fasterxml.jackson.databind.JavaType javaType) |
Copyright © 2015. All rights reserved.