@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. |
identityString apply(ValueContext context)
ValueContext.apply in interface Function<ValueContext,String>context - the value contextCopyright © 2025. All rights reserved.