@FunctionalInterface
public interface FormatValidator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
valid(java.lang.String valueasstring)
will parse the string value and decide if the format is correct or not
|
java.lang.String valid(java.lang.String valueasstring)
valueasstring
-