java.lang.Object
org.simpleflatmapper.reflect.setter.SetterHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanfieldModifiersMatches(int modifiers) static booleanfieldNameMatchesProperty(String name, String property) static Stringstatic Stringstatic booleanisCompatible(Type propertyType, Type settableType) static booleanstatic booleanmethodNameMatchesProperty(String name, String property)
-
Constructor Details
-
SetterHelper
public SetterHelper()
-
-
Method Details
-
methodNameMatchesProperty
-
fieldModifiersMatches
public static boolean fieldModifiersMatches(int modifiers) -
fieldNameMatchesProperty
-
getPropertyNameFromMethodName
-
getPropertyNameFromBuilderMethodName
-
isSetter
-
isCompatible
-