public class MethodInformation extends Object
Constructor and Description |
---|
MethodInformation(AltMethod originalMethod,
MethodType methodType,
String representedProperty,
String defaultValue,
AltClass baseChildType,
AltClass gsType,
boolean key,
boolean isList,
boolean isArray) |
Modifier and Type | Method and Description |
---|---|
AltClass |
getBaseChildType() |
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()
Copyright © 2009–2016 Oracle Corporation. All rights reserved.