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) |
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() |
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 String getDecapitalizedMethodProperty()
Copyright © 2009–2018 Oracle Corporation. All rights reserved.