public class MethodInformation extends Object
| Constructor and Description |
|---|
MethodInformation(AltMethod originalMethod,
MethodType methodType,
String decapitalizedMethodProperty,
String representedProperty,
String defaultValue,
AltClass baseChildType,
AltClass gsType,
boolean key,
boolean isList,
boolean isArray,
boolean isReference) |
| Modifier and Type | Method and Description |
|---|---|
AltClass |
getBaseChildType() |
String |
getDecapitalizedMethodProperty() |
String |
getDefaultValue() |
AltClass |
getGetterSetterType() |
MethodType |
getMethodType() |
AltMethod |
getOriginalMethod() |
String |
getRepresentedProperty() |
boolean |
isArray() |
boolean |
isKey() |
boolean |
isList() |
boolean |
isReference() |
String |
toString() |
public AltMethod getOriginalMethod()
public MethodType getMethodType()
public AltClass getGetterSetterType()
public String getRepresentedProperty()
public String getDefaultValue()
public AltClass getBaseChildType()
public boolean isKey()
public boolean isList()
public boolean isArray()
public boolean isReference()
public String getDecapitalizedMethodProperty()
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.