Class BeanValidationData
java.lang.Object
org.eclipse.microprofile.openapi.apps.beanvalidation.BeanValidationData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatdoubledoubleintintintintintintintintvoidsetDefaultAndOtherGroups(String defaultAndOtherGroups) voidsetDigitsCustomInteger(BigInteger digitsCustomInteger) voidsetDigitsDecimal(BigDecimal digitsDecimal) voidsetDigitsDecimalAsInteger(BigDecimal digitsDecimalAsInteger) voidsetDigitsFloat32(float digitsFloat32) voidsetDigitsFloat32AsInteger(float digitsFloat32AsInteger) voidsetDigitsFloat64(double digitsFloat64) voidsetDigitsFloat64AsInteger(double digitsFloat64AsInteger) voidsetDigitsInt32(int digitsInt32) voidsetDigitsInt64(int digitsInt64) voidsetDigitsInteger(BigInteger digitsInteger) voidsetDigitsString(String digitsString) voidsetMaxDecimalExclusive(BigDecimal maxDecimalExclusive) voidsetMaxDecimalInclusive(BigDecimal maxDecimalInclusive) voidsetMaxInt(int maxInt) voidsetMinDecimalExclusive(BigDecimal minDecimalExclusive) voidsetMinDecimalInclusive(BigDecimal minDecimalInclusive) voidsetMinInt(int minInt) voidsetNegativeInt(int negativeInt) voidsetNegativeOrZeroInt(int negativeOrZeroInt) voidsetNonDefaultGroup(String nonDefaultGroup) voidsetNotBlankString(String notBlankString) voidsetNotEmptyList(List<String> notEmptyList) voidsetNotEmptyMap(Map<String, String> notEmptyMap) voidsetNotEmptyString(String notEmptyString) voidsetOverridenBySchemaAnnotation(String overridenBySchemaAnnotation) voidsetPositiveInt(int positiveInt) voidsetPositiveOrZeroInt(int positiveOrZeroInt) voidsetSizedList(List<String> sizedList) voidsetSizedMap(Map<String, String> sizedMap) voidsetSizedString(String sizedString)
-
Constructor Details
-
BeanValidationData
public BeanValidationData()
-
-
Method Details
-
getNotEmptyString
-
setNotEmptyString
-
getNotEmptyList
-
setNotEmptyList
-
getNotEmptyMap
-
setNotEmptyMap
-
getNotBlankString
-
setNotBlankString
-
getSizedString
-
setSizedString
-
getSizedList
-
setSizedList
-
getSizedMap
-
setSizedMap
-
getMaxDecimalInclusive
-
setMaxDecimalInclusive
-
getMaxDecimalExclusive
-
setMaxDecimalExclusive
-
getMinDecimalInclusive
-
setMinDecimalInclusive
-
getMinDecimalExclusive
-
setMinDecimalExclusive
-
getDigitsInt32
public int getDigitsInt32() -
setDigitsInt32
public void setDigitsInt32(int digitsInt32) -
getDigitsInt64
public int getDigitsInt64() -
setDigitsInt64
public void setDigitsInt64(int digitsInt64) -
getDigitsFloat32
public float getDigitsFloat32() -
setDigitsFloat32
public void setDigitsFloat32(float digitsFloat32) -
getDigitsFloat64
public double getDigitsFloat64() -
setDigitsFloat64
public void setDigitsFloat64(double digitsFloat64) -
getDigitsDecimal
-
setDigitsDecimal
-
getDigitsFloat32AsInteger
public float getDigitsFloat32AsInteger() -
setDigitsFloat32AsInteger
public void setDigitsFloat32AsInteger(float digitsFloat32AsInteger) -
getDigitsFloat64AsInteger
public double getDigitsFloat64AsInteger() -
setDigitsFloat64AsInteger
public void setDigitsFloat64AsInteger(double digitsFloat64AsInteger) -
getDigitsDecimalAsInteger
-
setDigitsDecimalAsInteger
-
getDigitsInteger
-
setDigitsInteger
-
getDigitsCustomInteger
-
setDigitsCustomInteger
-
getDigitsString
-
setDigitsString
-
getMaxInt
public int getMaxInt() -
setMaxInt
public void setMaxInt(int maxInt) -
getMinInt
public int getMinInt() -
setMinInt
public void setMinInt(int minInt) -
getNegativeInt
public int getNegativeInt() -
setNegativeInt
public void setNegativeInt(int negativeInt) -
getNegativeOrZeroInt
public int getNegativeOrZeroInt() -
setNegativeOrZeroInt
public void setNegativeOrZeroInt(int negativeOrZeroInt) -
getPositiveInt
public int getPositiveInt() -
setPositiveInt
public void setPositiveInt(int positiveInt) -
getPositiveOrZeroInt
public int getPositiveOrZeroInt() -
setPositiveOrZeroInt
public void setPositiveOrZeroInt(int positiveOrZeroInt) -
getOverridenBySchemaAnnotation
-
setOverridenBySchemaAnnotation
-
getNonDefaultGroup
-
setNonDefaultGroup
-
getDefaultAndOtherGroups
-
setDefaultAndOtherGroups
-