Class MinMaxValidated
- java.lang.Object
-
- io.quarkus.deployment.configuration.type.ConverterType
-
- io.quarkus.deployment.configuration.type.MinMaxValidated
-
public final class MinMaxValidated extends ConverterType
-
-
Constructor Summary
Constructors Constructor Description MinMaxValidated(ConverterType type, String min, boolean minInclusive, String max, boolean maxInclusive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(MinMaxValidated obj)booleanequals(Object obj)Class<?>getLeafType()StringgetMax()StringgetMin()ConverterTypegetNestedType()inthashCode()booleanisMaxInclusive()booleanisMinInclusive()-
Methods inherited from class io.quarkus.deployment.configuration.type.ConverterType
of, of, of
-
-
-
-
Constructor Detail
-
MinMaxValidated
public MinMaxValidated(ConverterType type, String min, boolean minInclusive, String max, boolean maxInclusive)
-
-
Method Detail
-
getNestedType
public ConverterType getNestedType()
-
getMin
public String getMin()
-
isMinInclusive
public boolean isMinInclusive()
-
getMax
public String getMax()
-
isMaxInclusive
public boolean isMaxInclusive()
-
getLeafType
public Class<?> getLeafType()
- Specified by:
getLeafTypein classConverterType
-
equals
public boolean equals(MinMaxValidated obj)
-
-