public interface EntityJsonMatcher
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).
Modifier and Type | Method and Description |
---|---|
boolean |
matches(com.google.gwt.json.client.JSONObject candidate)
Tests if the given JSON object as accepted by this matcher.
|
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.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.