public class MethodHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getPropertyName(Direction direction,
String methodName)
Get the correct field name from a method
|
static boolean |
isPropertyMethod(Direction direction,
String methodName)
See if this is a getter or setter for a field property (depending on the direction)
|
Copyright © 2018–2020. All rights reserved.