java.lang.Object
org.simpleflatmapper.reflect.setter.SetterHelper

public class SetterHelper extends Object
  • Constructor Details

    • SetterHelper

      public SetterHelper()
  • Method Details

    • 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)
    • getPropertyNameFromBuilderMethodName

      public static String getPropertyNameFromBuilderMethodName(String name)
    • isSetter

      public static boolean isSetter(Method method)
    • isCompatible

      public static boolean isCompatible(Type propertyType, Type settableType)