Uses of Class
tech.jhipster.lite.error.domain.Assert.StringAsserter
Packages that use Assert.StringAsserter
-
Uses of Assert.StringAsserter in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return Assert.StringAsserterModifier and TypeMethodDescriptionstatic Assert.StringAsserterCreate a fluent asserter forStringAssert.StringAsserter.maxLength(int length) Ensure that the given input value is not over the given lengthAssert.StringAsserter.minLength(int length) Ensure that the input value is at least of the given lengthAssert.StringAsserter.notBlank()Ensure that the value is not blank (null, empty or only whitespace)Assert.StringAsserter.notNull()Ensure that the value is not nullAssert.StringAsserter.noWhitespace()Ensure that the value does not contain whitespace