Uses of Class
tech.jhipster.lite.error.domain.Assert.ArrayAsserter
Packages that use Assert.ArrayAsserter
-
Uses of Assert.ArrayAsserter in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return Assert.ArrayAsserterModifier and TypeMethodDescriptionstatic <T> Assert.ArrayAsserter<T>Create a fluent asserter for an arrayAssert.ArrayAsserter.maxSize(int maxSize) Ensure that the size of the given input value is not over the given sizeAssert.ArrayAsserter.noNullElement()Ensure that no element in this array is nullAssert.ArrayAsserter.notEmpty()Ensure that the value is not empty (null or empty)Assert.ArrayAsserter.notNull()Ensure that the value is not null