Class DefaultValueProcessorMatcher
java.lang.Object
net.sf.json.processors.DefaultValueProcessorMatcher
- Direct Known Subclasses:
DefaultValueProcessorMatcher.DefaultDefaultValueProcessorMatcher
Base class for finding a matching DefaultValueProcessor.
- DEFAULT - matches the target class with equals().
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DefaultValueProcessorMatcherMatches the target with equals() -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT
Matches the target with equals()
-
-
Constructor Details
-
DefaultValueProcessorMatcher
public DefaultValueProcessorMatcher()
-
-
Method Details
-
getMatch
-