| Modifier and Type | Method and Description |
|---|---|
static Parameter |
APISecurityScheme.getSecuritySchemeParameter(String name,
String displayName,
PrimitiveTypeSource.PrimitiveType type,
String description,
String defaultValue,
String example,
boolean required,
boolean isPassword,
boolean generated,
String... enumValues) |
static Parameter |
APISecurityScheme.getSecuritySchemeParameter(String name,
String displayName,
PrimitiveTypeSource.PrimitiveType type,
String description,
String defaultValue,
String example,
boolean required,
boolean isPassword,
String... enumValues) |
| Modifier and Type | Method and Description |
|---|---|
static TypeDefinition |
TypeDefinitionBuilder.buildSimplePrimitiveType(PrimitiveTypeSource.PrimitiveType primitiveType,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveTypeSource.PrimitiveType |
PrimitiveTypeSource.PrimitiveType.fromString(String type) |
PrimitiveTypeSource.PrimitiveType |
PrimitiveTypeSource.getType() |
static PrimitiveTypeSource.PrimitiveType |
PrimitiveTypeSource.PrimitiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveTypeSource.PrimitiveType[] |
PrimitiveTypeSource.PrimitiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrimitiveTypeSource(PrimitiveTypeSource.PrimitiveType name) |
Copyright © 2019. All rights reserved.