Package net.sf.json.processors
Class JsonValueProcessorMatcher
java.lang.Object
net.sf.json.processors.JsonValueProcessorMatcher
Base class for finding a matching JsonValueProcessor.
- DEFAULT - matches the target class with equals().
- Author:
- Andres Almiray aalmiray@users.sourceforge.net
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonValueProcessorMatcherMatches the target with equals() -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT
Matches the target with equals()
-
-
Constructor Details
-
JsonValueProcessorMatcher
public JsonValueProcessorMatcher()
-
-
Method Details
-
getMatch
Returns the matching class calculated with the target class and the provided set.- Parameters:
target- the target class to matchset- a set of possible matches
-