Package net.sf.json.processors
Class DefaultValueProcessorMatcher
- java.lang.Object
-
- net.sf.json.processors.DefaultValueProcessorMatcher
-
- Direct Known Subclasses:
DefaultValueProcessorMatcher.DefaultDefaultValueProcessorMatcher
public abstract class DefaultValueProcessorMatcher extends java.lang.ObjectBase class for finding a matching DefaultValueProcessor.
- DEFAULT - matches the target class with equals().
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classDefaultValueProcessorMatcher.DefaultDefaultValueProcessorMatcher
-
Field Summary
Fields Modifier and Type Field Description static DefaultValueProcessorMatcherDEFAULTMatches the target with equals()
-
Constructor Summary
Constructors Constructor Description DefaultValueProcessorMatcher()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.ObjectgetMatch(java.lang.Class target, java.util.Set set)Returns the matching class calculated with the target class and the provided set.
-
-
-
Field Detail
-
DEFAULT
public static final DefaultValueProcessorMatcher DEFAULT
Matches the target with equals()
-
-