java.lang.Object
org.simpleflatmapper.reflect.getter.GetterHelper

public class GetterHelper extends Object
  • Field Details

  • Constructor Details

    • GetterHelper

      public GetterHelper()
  • Method Details

    • isPublicMember

      public static boolean isPublicMember(int modifiers)
    • methodNameMatchesProperty

      public static boolean methodNameMatchesProperty(String name, String property)
    • fieldModifiersMatches

      public static boolean fieldModifiersMatches(int modifiers)
    • fieldNameMatchesProperty

      public static boolean fieldNameMatchesProperty(String name, String property)
    • getPropertyNameFromMethodName

      public static String getPropertyNameFromMethodName(String name)
    • isGetter

      public static boolean isGetter(Method method)
    • isCompatible

      public static boolean isCompatible(Type targetType, Type returnType)