@FunctionalInterface public interface ErrorMessageProvider extends SerializableFunction<ValueContext,String>
ValueContext
.Modifier and Type | Method and Description |
---|---|
String |
apply(ValueContext context)
Returns a generated error message for given
ValueContext . |
identity
String apply(ValueContext context)
ValueContext
.apply
in interface Function<ValueContext,String>
context
- the value contextCopyright © 2021. All rights reserved.