Uses of Class
io.quarkus.deployment.configuration.type.ConverterType
-
Packages that use ConverterType Package Description io.quarkus.deployment.configuration io.quarkus.deployment.configuration.type -
-
Uses of ConverterType in io.quarkus.deployment.configuration
Fields in io.quarkus.deployment.configuration with type parameters of type ConverterType Modifier and Type Field Description (package private) Map<ConverterType,org.eclipse.microprofile.config.spi.Converter<?>>BuildTimeConfigurationReader.ReadOperation. convByType(package private) Map<ConverterType,io.quarkus.gizmo.FieldDescriptor>RunTimeConfigurationGenerator.GenerateOperation. convertersByTypeRegular converters organized by type. -
Uses of ConverterType in io.quarkus.deployment.configuration.type
Subclasses of ConverterType in io.quarkus.deployment.configuration.type Modifier and Type Class Description classArrayOfclassCollectionOfclassLeafclassLowerBoundCheckOfclassMinMaxValidatedclassOptionalOfclassPatternValidatedclassUpperBoundCheckOfMethods in io.quarkus.deployment.configuration.type that return ConverterType Modifier and Type Method Description ConverterTypeLowerBoundCheckOf. getClassConverterType()ConverterTypeUpperBoundCheckOf. getClassConverterType()ConverterTypeArrayOf. getElementType()ConverterTypeCollectionOf. getElementType()ConverterTypeMinMaxValidated. getNestedType()ConverterTypeOptionalOf. getNestedType()ConverterTypePatternValidated. getNestedType()static ConverterTypeConverterType. of(Field member)static ConverterTypeConverterType. of(Parameter parameter)static ConverterTypeConverterType. of(Type type, AnnotatedElement element)Constructors in io.quarkus.deployment.configuration.type with parameters of type ConverterType Constructor 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)
-