Uses of Class
tech.jhipster.lite.error.domain.Assert.IntegerAsserter
Packages that use Assert.IntegerAsserter
-
Uses of Assert.IntegerAsserter in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return Assert.IntegerAsserterModifier and TypeMethodDescriptionstatic Assert.IntegerAsserterCreate a fluent asserter for Integer values (int andInteger)Assert.IntegerAsserter.max(int maxValue) Ensure that the input value is under the given valueAssert.IntegerAsserter.min(int minValue) Ensure that the input value is over the given valueAssert.IntegerAsserter.positive()Ensure that the input value is positive (0 is positive)