Uses of Class
io.vertigo.core.lang.Assertion
Packages that use Assertion
-
Uses of Assertion in io.vertigo.core.lang
Methods in io.vertigo.core.lang that return AssertionModifier and TypeMethodDescriptionstatic AssertionAssertion.check()Creates a new assertion chain.Validates that a condition is false.Assertion.isNotBlank(String str) Validates that a string is not blank.Assertion.isNotBlank(String str, String msg, Object... params) Validates that a string is not blank with custom message.Validates that an object is not null.Validates that an object is not null with custom message.Validates that an object is null.Validates that an object is null with custom message.Validates that a condition is true.Validates a supplied assertion.Evaluates an assertion when a condition is met.Method parameters in io.vertigo.core.lang with type arguments of type Assertion