Comparable<PropertyMatchingScore>public class PropertyMatchingScore extends Object implements Comparable<PropertyMatchingScore>
| Modifier and Type | Method | Description |
|---|---|---|
PropertyMatchingScore |
arrayIndex(int i) |
|
int |
compareTo(PropertyMatchingScore o) |
|
PropertyMatchingScore |
matches(String property) |
|
PropertyMatchingScore |
matches(PropertyNameMatcher property) |
|
static PropertyMatchingScore |
newInstance(boolean selfScoreFullName) |
|
PropertyMatchingScore |
self(int numberOfProperties,
String propName) |
|
PropertyMatchingScore |
self(ClassMeta propertyMeta,
String propName) |
|
PropertyMatchingScore |
speculative() |
|
PropertyMatchingScore |
speculativeArrayIndex(int i) |
|
String |
toString() |
|
PropertyMatchingScore |
tupleIndex(int i) |
public int compareTo(PropertyMatchingScore o)
compareTo in interface Comparable<PropertyMatchingScore>public PropertyMatchingScore speculative()
public PropertyMatchingScore matches(PropertyNameMatcher property)
public PropertyMatchingScore matches(String property)
public PropertyMatchingScore arrayIndex(int i)
public PropertyMatchingScore speculativeArrayIndex(int i)
public PropertyMatchingScore tupleIndex(int i)
public PropertyMatchingScore self(int numberOfProperties, String propName)
public PropertyMatchingScore self(ClassMeta propertyMeta, String propName)
public static PropertyMatchingScore newInstance(boolean selfScoreFullName)
Copyright © 2019. All rights reserved.