Uses of Class
tech.jhipster.lite.error.domain.Assert.BigDecimalAsserter
Packages that use Assert.BigDecimalAsserter
-
Uses of Assert.BigDecimalAsserter in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return Assert.BigDecimalAsserterModifier and TypeMethodDescriptionstatic Assert.BigDecimalAsserterAssert.field(String field, BigDecimal input) Create a fluent asserter forBigDecimalvaluesAssert.BigDecimalAsserter.max(long maxValue) Ensure that the input value is at most at max valueAssert.BigDecimalAsserter.max(BigDecimal maxValue) Ensure that the input value is at most at max valueAssert.BigDecimalAsserter.min(long minValue) Ensure that the input value is at least at min valueAssert.BigDecimalAsserter.min(BigDecimal minValue) Ensure that the input value is at least at min valueAssert.BigDecimalAsserter.notNull()Ensure that the input value is not nullAssert.BigDecimalAsserter.over(long floor) Ensure that the input value is over the given floorAssert.BigDecimalAsserter.over(BigDecimal floor) Ensure that the input value is over the given floorAssert.BigDecimalAsserter.positive()Ensure that the input value is positive (0 is positive)Assert.BigDecimalAsserter.strictlyPositive()Ensure that the input value is strictly positive (0 is not strictly positive)Assert.BigDecimalAsserter.under(long ceil) Ensure that the input value is under the given ceilAssert.BigDecimalAsserter.under(BigDecimal ceil) Ensure that the input value is under the given ceil