protected static class PropertyFinder.MatchingProperties<T> extends Object implements PropertyFinder.FoundProperty<T>
| Constructor and Description |
|---|
MatchingProperties(PropertyFinder.PropertyFinderProbe propertyFinderProbe) |
| Modifier and Type | Method and Description |
|---|---|
<P extends PropertyMeta<T,?>> |
found(P propertyMeta,
Runnable selectionCallback,
PropertyMatchingScore score,
PropertyFinder.TypeAffinityScorer typeAffinityScorer) |
PropertyMeta<T,?> |
selectBestMatch() |
public MatchingProperties(PropertyFinder.PropertyFinderProbe propertyFinderProbe)
public <P extends PropertyMeta<T,?>> void found(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer)
found in interface PropertyFinder.FoundProperty<T>public PropertyMeta<T,?> selectBestMatch()
Copyright © 2019. All rights reserved.