public class GetterHelper extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
SYNTHETIC |
| Constructor | Description |
|---|---|
GetterHelper() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
fieldModifiersMatches(int modifiers) |
|
static boolean |
fieldNameMatchesProperty(String name,
String property) |
|
static String |
getPropertyNameFromMethodName(String name) |
|
static boolean |
isCompatible(Type targetType,
Type returnType) |
|
static boolean |
isGetter(Method method) |
|
static boolean |
isPublicMember(int modifiers) |
|
static boolean |
methodNameMatchesProperty(String name,
String property) |
public static final int SYNTHETIC
public static boolean isPublicMember(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 isGetter(Method method)
Copyright © 2019. All rights reserved.