Uses of Class
tech.jhipster.lite.error.domain.Assert.LongAsserter
Packages that use Assert.LongAsserter
-
Uses of Assert.LongAsserter in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return Assert.LongAsserterModifier and TypeMethodDescriptionstatic Assert.LongAsserterCreate a fluent asserter for Long values (long andLong)Assert.LongAsserter.max(long maxValue) Ensure that the input value is under the given valueAssert.LongAsserter.min(long minValue) Ensure that the input value is over the given valueAssert.LongAsserter.positive()Ensure that the input value is positive (0 is positive)