Uses of Class
io.quarkus.deployment.configuration.type.ConverterType
Packages that use ConverterType
-
Uses of ConverterType in io.quarkus.deployment.configuration
Fields in io.quarkus.deployment.configuration with type parameters of type ConverterTypeModifier and TypeFieldDescription(package private) final Map<ConverterType,org.eclipse.microprofile.config.spi.Converter<?>> BuildTimeConfigurationReader.ReadOperation.convByType(package private) final 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.typeModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classMethods in io.quarkus.deployment.configuration.type that return ConverterTypeModifier and TypeMethodDescriptionLowerBoundCheckOf.getClassConverterType()UpperBoundCheckOf.getClassConverterType()ArrayOf.getElementType()CollectionOf.getElementType()MinMaxValidated.getNestedType()OptionalOf.getNestedType()PatternValidated.getNestedType()static ConverterTypestatic ConverterTypestatic ConverterTypeConverterType.of(Type type, AnnotatedElement element) Constructors in io.quarkus.deployment.configuration.type with parameters of type ConverterTypeModifierConstructorDescriptionArrayOf(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)