Class LowerBoundCheckOf
- java.lang.Object
-
- io.quarkus.deployment.configuration.type.ConverterType
-
- io.quarkus.deployment.configuration.type.LowerBoundCheckOf
-
public final class LowerBoundCheckOf extends ConverterType
-
-
Constructor Summary
Constructors Constructor Description LowerBoundCheckOf(Class<?> lowerBound, ConverterType classConverterType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(LowerBoundCheckOf obj)booleanequals(Object obj)ConverterTypegetClassConverterType()Class<?>getLeafType()Class<?>getLowerBound()inthashCode()-
Methods inherited from class io.quarkus.deployment.configuration.type.ConverterType
of, of, of
-
-
-
-
Constructor Detail
-
LowerBoundCheckOf
public LowerBoundCheckOf(Class<?> lowerBound, ConverterType classConverterType)
-
-
Method Detail
-
getLowerBound
public Class<?> getLowerBound()
-
getClassConverterType
public ConverterType getClassConverterType()
-
getLeafType
public Class<?> getLeafType()
- Specified by:
getLeafTypein classConverterType
-
equals
public boolean equals(LowerBoundCheckOf obj)
-
-