Module org.simpleflatmapper.reflect
Class PropertyNameMatch
java.lang.Object
org.simpleflatmapper.reflect.meta.PropertyNameMatch
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyNameMatch(String property, String column, PropertyNameMatcher leftOverMatcher, int score, int skippedLetters) -
Method Summary
-
Field Details
-
score
public final int score -
skippedLetters
public final int skippedLetters
-
-
Constructor Details
-
PropertyNameMatch
public PropertyNameMatch(String property, String column, PropertyNameMatcher leftOverMatcher, int score, int skippedLetters)
-
-
Method Details
-
getProperty
-
getLeftOverMatcher
-