public static class PropertyFinder.MatchedProperty<T,P extends PropertyMeta<T,?>> extends Object implements Comparable<PropertyFinder.MatchedProperty<T,?>>
| Constructor and Description |
|---|
MatchedProperty(P propertyMeta,
Runnable selectionCallback,
PropertyMatchingScore score,
int typeAffinityScore) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PropertyFinder.MatchedProperty<T,?> o) |
P |
getPropertyMeta() |
PropertyMatchingScore |
getScore() |
void |
select() |
String |
toString() |
public MatchedProperty(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, int typeAffinityScore)
public PropertyMatchingScore getScore()
public P getPropertyMeta()
public int compareTo(PropertyFinder.MatchedProperty<T,?> o)
compareTo in interface Comparable<PropertyFinder.MatchedProperty<T,?>>public void select()
Copyright © 2019. All rights reserved.