public class PropertyUtil extends Object
| Constructor and Description |
|---|
PropertyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPropertyName(JvmFeature feature) |
static String |
getPropertyName(JvmFeature feature,
String methodName,
int getterParams,
int setterParams) |
protected static String |
getPropertyName(JvmOperation operation,
String methodName,
String prefix,
int params) |
protected static boolean |
startsWithPrefix(String methodName,
String prefix,
int prefixLength) |
public static String getPropertyName(JvmFeature feature)
public static String getPropertyName(JvmFeature feature, String methodName, int getterParams, int setterParams)
protected static String getPropertyName(JvmOperation operation, String methodName, String prefix, int params)
Copyright © 2015. All Rights Reserved.