Class BeanValidationData


  • public class BeanValidationData
    extends Object
    • Constructor Detail

      • BeanValidationData

        public BeanValidationData()
    • Method Detail

      • getNotEmptyString

        public String getNotEmptyString()
      • setNotEmptyString

        public void setNotEmptyString​(String notEmptyString)
      • getNotEmptyList

        public List<String> getNotEmptyList()
      • setNotEmptyList

        public void setNotEmptyList​(List<String> notEmptyList)
      • setNotEmptyMap

        public void setNotEmptyMap​(Map<String,​String> notEmptyMap)
      • getNotBlankString

        public String getNotBlankString()
      • setNotBlankString

        public void setNotBlankString​(String notBlankString)
      • getSizedString

        public String getSizedString()
      • setSizedString

        public void setSizedString​(String sizedString)
      • getSizedList

        public List<String> getSizedList()
      • setSizedList

        public void setSizedList​(List<String> sizedList)
      • setSizedMap

        public void setSizedMap​(Map<String,​String> sizedMap)
      • getMaxDecimalInclusive

        public BigDecimal getMaxDecimalInclusive()
      • setMaxDecimalInclusive

        public void setMaxDecimalInclusive​(BigDecimal maxDecimalInclusive)
      • getMaxDecimalExclusive

        public BigDecimal getMaxDecimalExclusive()
      • setMaxDecimalExclusive

        public void setMaxDecimalExclusive​(BigDecimal maxDecimalExclusive)
      • getMinDecimalInclusive

        public BigDecimal getMinDecimalInclusive()
      • setMinDecimalInclusive

        public void setMinDecimalInclusive​(BigDecimal minDecimalInclusive)
      • getMinDecimalExclusive

        public BigDecimal getMinDecimalExclusive()
      • setMinDecimalExclusive

        public void setMinDecimalExclusive​(BigDecimal minDecimalExclusive)
      • 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

        public String getOverridenBySchemaAnnotation()
      • setOverridenBySchemaAnnotation

        public void setOverridenBySchemaAnnotation​(String overridenBySchemaAnnotation)
      • getNonDefaultGroup

        public String getNonDefaultGroup()
      • setNonDefaultGroup

        public void setNonDefaultGroup​(String nonDefaultGroup)
      • getDefaultAndOtherGroups

        public String getDefaultAndOtherGroups()
      • setDefaultAndOtherGroups

        public void setDefaultAndOtherGroups​(String defaultAndOtherGroups)