Uses of Interface
net.officefloor.eclipse.configurer.ValueValidator.ValueValidatorContext
-
Packages that use ValueValidator.ValueValidatorContext Package Description net.officefloor.eclipse.configurer -
-
Uses of ValueValidator.ValueValidatorContext in net.officefloor.eclipse.configurer
Methods in net.officefloor.eclipse.configurer with parameters of type ValueValidator.ValueValidatorContext Modifier and Type Method Description static void
ValueValidator. notEmptyString(java.lang.String value, java.lang.String errorMessage, ValueValidator.ValueValidatorContext<?,?> context)
Convenience method to provide error if value is empty string.static void
ValueValidator. notNull(java.lang.Object value, java.lang.String errorMessage, ValueValidator.ValueValidatorContext<?,?> context)
Convenience method to provide error if value isnull
.void
ValueValidator. validate(ValueValidator.ValueValidatorContext<M,V> context)
Undertakes the validation.
-