|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityJsonMatcher
First try at an interface that describes a query's predicate with regards to a single object type.
Future consideration: This interface must be extended or completely reworked to accommodate indexing (if indexing turns out to be important in the client data store).
Method Summary | |
---|---|
boolean |
matches(com.google.gwt.json.client.JSONObject candidate)
Tests if the given JSON object as accepted by this matcher. |
Method Detail |
---|
boolean matches(com.google.gwt.json.client.JSONObject candidate)
candidate
- The JSON representation of a Java object to be tested. It is
assumed to be of the same Java type that this matcher cares about.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |