| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionBuilder |
TypeDefinitionBuilder.primitive(PrimitiveTypeDefinition.PrimitiveType primitiveType) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveTypeDefinition.PrimitiveType |
PrimitiveTypeDefinition.getPrimitiveType() |
static PrimitiveTypeDefinition.PrimitiveType |
PrimitiveTypeDefinition.PrimitiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveTypeDefinition.PrimitiveType[] |
PrimitiveTypeDefinition.PrimitiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeDefinition |
TypeDefinition.simplePrimitiveType(PrimitiveTypeDefinition.PrimitiveType type) |
| Constructor and Description |
|---|
PrimitiveTypeDefinition(javax.ws.rs.core.MediaType mediaType,
String example,
List<String> enumValues,
TypeSchema typeSchema,
PrimitiveTypeDefinition.PrimitiveType primitiveType,
String displayName,
String description) |
Copyright © 2022. All rights reserved.