Class ConverterType
- java.lang.Object
-
- io.quarkus.deployment.configuration.type.ConverterType
-
- Direct Known Subclasses:
ArrayOf,CollectionOf,Leaf,LowerBoundCheckOf,MinMaxValidated,OptionalOf,PatternValidated,UpperBoundCheckOf
public abstract class ConverterType extends Object
-
-
Constructor Summary
Constructors Constructor Description ConverterType()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Class<?>getLeafType()static ConverterTypeof(Field member)static ConverterTypeof(Parameter parameter)static ConverterTypeof(Type type, AnnotatedElement element)
-
-
-
Method Detail
-
getLeafType
public abstract Class<?> getLeafType()
-
of
public static ConverterType of(Field member)
-
of
public static ConverterType of(Parameter parameter)
-
of
public static ConverterType of(Type type, AnnotatedElement element)
-
-