java.lang.Object
org.simpleflatmapper.reflect.meta.IndexedColumn
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndexedColumn(int indexValue, String indexProperty, PropertyNameMatcher subPropertyNameMatcher, int score, boolean partial) IndexedColumn(int indexValue, PropertyNameMatcher subPropertyNameMatcher, int score) -
Method Summary
-
Field Details
-
partial
public final boolean partial
-
-
Constructor Details
-
IndexedColumn
-
IndexedColumn
public IndexedColumn(int indexValue, String indexProperty, PropertyNameMatcher subPropertyNameMatcher, int score, boolean partial)
-
-
Method Details
-
getIndexValue
public int getIndexValue() -
getSubPropertyNameMatcher
-
getIndexProperty
-
alignTo
-
getScore
public int getScore()
-