|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.fieldvalue.FieldValueAccessorUtil
public class FieldValueAccessorUtil
Several static methods which are used in various places within the FieldValue subsystem to handle certain reflection operations more gracefully.
| Constructor Summary | |
|---|---|
FieldValueAccessorUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
matchForGetter(String targetFieldName,
String methodName)
Determines if the methodName can be used given the targetFieldName. |
static boolean |
matchForSetter(String targetFieldName,
String methodName)
Determines if the methodName can be used given the targetFieldName. |
static String |
normalizedFieldPathForMember(Member element)
Determines the generic field path for the member. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldValueAccessorUtil()
| Method Detail |
|---|
public static boolean matchForSetter(String targetFieldName,
String methodName)
targetFieldName - the desired field namemethodName - the actual method name
public static boolean matchForGetter(String targetFieldName,
String methodName)
targetFieldName - the desired field namemethodName - the actual method name
public static String normalizedFieldPathForMember(Member element)
element - the class element can be a field or method
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||