public interface Matcher<T>
Modifier and Type | Method and Description |
---|---|
<X extends DataObject> |
getAcceptFilter(DataObjectFactory<X> fac,
java.lang.String target,
T form_value)
compare the target property and form value for use in the accept
|
<X extends DataObject> AcceptFilter<X> getAcceptFilter(DataObjectFactory<X> fac, java.lang.String target, T form_value)
fac
- target
- form_value
-