public final class MinMaxValidated extends ConverterType
| Constructor and Description |
|---|
MinMaxValidated(ConverterType type,
String min,
boolean minInclusive,
String max,
boolean maxInclusive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(MinMaxValidated obj) |
boolean |
equals(Object obj) |
Class<?> |
getLeafType() |
String |
getMax() |
String |
getMin() |
ConverterType |
getNestedType() |
int |
hashCode() |
boolean |
isMaxInclusive() |
boolean |
isMinInclusive() |
of, of, ofpublic MinMaxValidated(ConverterType type, String min, boolean minInclusive, String max, boolean maxInclusive)
public ConverterType getNestedType()
public String getMin()
public boolean isMinInclusive()
public String getMax()
public boolean isMaxInclusive()
public Class<?> getLeafType()
getLeafType in class ConverterTypepublic boolean equals(MinMaxValidated obj)
Copyright © 2020 JBoss by Red Hat. All rights reserved.