Uses of Class
tech.jhipster.lite.error.domain.Assert.CollectionAsserter
Packages that use Assert.CollectionAsserter
-
Uses of Assert.CollectionAsserter in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return Assert.CollectionAsserterModifier and TypeMethodDescriptionstatic <T> Assert.CollectionAsserter<T>Assert.field(String field, Collection<T> input) Create a fluent asserter forCollectionAssert.CollectionAsserter.maxSize(int maxSize) Ensure that the size of the given input value is not over the given sizeAssert.CollectionAsserter.noNullElement()Ensure that no element in thisCollectionis nullAssert.CollectionAsserter.notEmpty()Ensure that the value is not empty (null or empty)Assert.CollectionAsserter.notNull()Ensure that the value is not null