| Package | Description |
|---|---|
| io.quarkus.deployment.configuration | |
| io.quarkus.deployment.configuration.type |
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<ConverterType,org.eclipse.microprofile.config.spi.Converter<?>> |
BuildTimeConfigurationReader.ReadOperation.convByType |
(package private) Map<ConverterType,io.quarkus.gizmo.FieldDescriptor> |
RunTimeConfigurationGenerator.GenerateOperation.convertersByType
Regular converters organized by type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayOf |
class |
CollectionOf |
class |
Leaf |
class |
LowerBoundCheckOf |
class |
MinMaxValidated |
class |
OptionalOf |
class |
PatternValidated |
class |
UpperBoundCheckOf |
| Modifier and Type | Method and Description |
|---|---|
ConverterType |
LowerBoundCheckOf.getClassConverterType() |
ConverterType |
UpperBoundCheckOf.getClassConverterType() |
ConverterType |
ArrayOf.getElementType() |
ConverterType |
CollectionOf.getElementType() |
ConverterType |
MinMaxValidated.getNestedType() |
ConverterType |
PatternValidated.getNestedType() |
ConverterType |
OptionalOf.getNestedType() |
static ConverterType |
ConverterType.of(Field member) |
static ConverterType |
ConverterType.of(Parameter parameter) |
static ConverterType |
ConverterType.of(Type type,
AnnotatedElement element) |
| Constructor and Description |
|---|
ArrayOf(ConverterType type) |
CollectionOf(ConverterType type,
Class<?> collectionClass) |
LowerBoundCheckOf(Class<?> lowerBound,
ConverterType classConverterType) |
MinMaxValidated(ConverterType type,
String min,
boolean minInclusive,
String max,
boolean maxInclusive) |
OptionalOf(ConverterType type) |
PatternValidated(ConverterType type,
String patternString) |
UpperBoundCheckOf(Class<?> upperBound,
ConverterType classConverterType) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.