org.sfm.reflect
public class SetterHelper extends Object
| Constructor and Description |
|---|
SetterHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
fieldModifiersMatches(int modifiers) |
static boolean |
fieldNameMatchesProperty(String name,
String property) |
static String |
getPropertyNameFromMethodName(String name) |
static boolean |
isSetter(String name) |
static boolean |
methodModifiersMatches(int modifiers) |
static boolean |
methodNameMatchesProperty(String name,
String property) |
public static boolean methodModifiersMatches(int modifiers)
public static boolean methodNameMatchesProperty(String name, String property)
public static boolean fieldModifiersMatches(int modifiers)
public static boolean fieldNameMatchesProperty(String name, String property)
public static boolean isSetter(String name)
Copyright © 2015. All rights reserved.