| Modifier and Type | Method and Description |
|---|---|
TypeSchema |
TypeSchemaPool.getUniqueTypeSchema(TypeSchema typeSchema) |
| Modifier and Type | Method and Description |
|---|---|
TypeSchema |
TypeSchemaPool.getUniqueTypeSchema(TypeSchema typeSchema) |
| Modifier and Type | Method and Description |
|---|---|
TypeSchema |
TypeSchemaBuilder.buildTypeSchema(String rawSchema,
String elementName,
String path) |
| Modifier and Type | Field and Description |
|---|---|
protected TypeSchema |
TypeDefinition.typeSchema |
| Modifier and Type | Method and Description |
|---|---|
TypeSchema |
TypeDefinition.getTypeSchema() |
| Constructor and Description |
|---|
ArrayTypeDefinition(javax.ws.rs.core.MediaType mediaType,
String example,
List<String> enumValues,
TypeSchema typeSchema,
TypeDefinition innerType,
String displayName,
String description) |
MultipartTypeDefinition(String example,
List<String> enumValues,
TypeSchema typeSchema,
List<PartParameter> parts,
String displayName,
String description) |
ObjectTypeDefinition(javax.ws.rs.core.MediaType mediaType,
String example,
List<String> enumValues,
TypeSchema typeSchema,
String displayName,
String description) |
PrimitiveTypeDefinition(javax.ws.rs.core.MediaType mediaType,
String example,
List<String> enumValues,
TypeSchema typeSchema,
PrimitiveTypeDefinition.PrimitiveType primitiveType,
String displayName,
String description) |
UnionTypeDefinition(javax.ws.rs.core.MediaType mediaType,
String example,
List<String> enumValues,
TypeSchema typeSchema,
List<TypeDefinition> unionTypes,
String displayName,
String description) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonTypeSchema |
class |
XmlTypeSchema |
Copyright © 2021. All rights reserved.