java.lang.Object
org.simpleflatmapper.reflect.getter.GetterHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanfieldModifiersMatches(int modifiers) static booleanfieldNameMatchesProperty(String name, String property) static Stringstatic booleanisCompatible(Type targetType, Type returnType) static booleanstatic booleanisPublicMember(int modifiers) static booleanmethodNameMatchesProperty(String name, String property)
-
Field Details
-
SYNTHETIC
public static final int SYNTHETIC- See Also:
-
-
Constructor Details
-
GetterHelper
public GetterHelper()
-
-
Method Details
-
isPublicMember
public static boolean isPublicMember(int modifiers) -
methodNameMatchesProperty
-
fieldModifiersMatches
public static boolean fieldModifiersMatches(int modifiers) -
fieldNameMatchesProperty
-
getPropertyNameFromMethodName
-
isGetter
-
isCompatible
-