Class JsonValueProcessorMatcher
java.lang.Object
net.sf.json.processors.JsonValueProcessorMatcher
- Direct Known Subclasses:
JsonValueProcessorMatcher.DefaultJsonValueProcessorMatcher
Base class for finding a matching JsonValueProcessor.
- DEFAULT - matches the target class with equals().
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class -
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
-