Package net.sf.json.processors
Class PropertyNameProcessorMatcher.DefaultPropertyNameProcessorMatcher
java.lang.Object
net.sf.json.processors.PropertyNameProcessorMatcher
net.sf.json.processors.PropertyNameProcessorMatcher.DefaultPropertyNameProcessorMatcher
- Enclosing class:
- PropertyNameProcessorMatcher
private static final class PropertyNameProcessorMatcher.DefaultPropertyNameProcessorMatcher
extends PropertyNameProcessorMatcher
-
Field Summary
Fields inherited from class net.sf.json.processors.PropertyNameProcessorMatcher
DEFAULT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultPropertyNameProcessorMatcher
private DefaultPropertyNameProcessorMatcher()
-
-
Method Details
-
getMatch
Description copied from class:PropertyNameProcessorMatcher
Returns the matching class calculated with the target class and the provided set.- Specified by:
getMatch
in classPropertyNameProcessorMatcher
- Parameters:
target
- the target class to matchset
- a set of possible matches
-