PropertyFinder.FoundProperty<T>protected static class PropertyFinder.MatchingProperties<T> extends Object implements PropertyFinder.FoundProperty<T>
| Constructor | Description |
|---|---|
MatchingProperties(PropertyFinder.PropertyFinderProbe propertyFinderProbe) |
| Modifier and Type | Method | 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.