Package org.kordamp.json.processors
Class PropertyNameProcessorMatcher
java.lang.Object
org.kordamp.json.processors.PropertyNameProcessorMatcher
- Direct Known Subclasses:
PropertyNameProcessorMatcher.DefaultPropertyNameProcessorMatcher
Base class for finding a matching PropertyNameProcessor.
- DEFAULT - matches the target class with equals().
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyNameProcessorMatcher
Matches the target with equals() -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT
Matches the target with equals()
-
-
Constructor Details
-
PropertyNameProcessorMatcher
public PropertyNameProcessorMatcher()
-
-
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
-