public class MethodInformation extends Object implements MethodInformationI
| Constructor and Description |
|---|
MethodInformation(AltMethod originalMethod,
MethodType methodType,
String decapitalizedMethodProperty,
QName representedProperty,
String defaultValue,
AltClass baseChildType,
AltClass gsType,
boolean key,
boolean isList,
boolean isArray,
boolean isReference,
Format format,
AltClass listParameterizedType,
String xmlWrapperTag,
AdapterInformation adapterInfo,
boolean required,
String originalMethodName) |
| Modifier and Type | Method and Description |
|---|---|
AdapterInformation |
getAdapterInformation()
Returns information about the type adapter for
this method.
|
AltClass |
getBaseChildType() |
String |
getDecapitalizedMethodProperty() |
String |
getDefaultValue() |
Format |
getFormat() |
AltClass |
getGetterSetterType() |
AltClass |
getListParameterizedType()
Returns the parameterized type of the
list, or null if this is not a list or
the type of the list is unknown
|
MethodType |
getMethodType() |
AltMethod |
getOriginalMethod() |
String |
getOriginalMethodName()
The name of the method upon which the annotation
was found.
|
QName |
getRepresentedProperty() |
String |
getWrapperTag() |
boolean |
isArray() |
boolean |
isKey() |
boolean |
isList() |
boolean |
isReference() |
boolean |
isRequired() |
String |
toString() |
public MethodInformation(AltMethod originalMethod, MethodType methodType, String decapitalizedMethodProperty, QName representedProperty, String defaultValue, AltClass baseChildType, AltClass gsType, boolean key, boolean isList, boolean isArray, boolean isReference, Format format, AltClass listParameterizedType, String xmlWrapperTag, AdapterInformation adapterInfo, boolean required, String originalMethodName)
public AltMethod getOriginalMethod()
getOriginalMethod in interface MethodInformationIpublic MethodType getMethodType()
getMethodType in interface MethodInformationIpublic AltClass getGetterSetterType()
getGetterSetterType in interface MethodInformationIpublic QName getRepresentedProperty()
getRepresentedProperty in interface MethodInformationIpublic String getDefaultValue()
getDefaultValue in interface MethodInformationIpublic AltClass getBaseChildType()
getBaseChildType in interface MethodInformationIpublic boolean isKey()
isKey in interface MethodInformationIpublic boolean isList()
isList in interface MethodInformationIpublic boolean isArray()
isArray in interface MethodInformationIpublic boolean isReference()
isReference in interface MethodInformationIpublic boolean isRequired()
isRequired in interface MethodInformationIpublic String getDecapitalizedMethodProperty()
getDecapitalizedMethodProperty in interface MethodInformationIpublic Format getFormat()
getFormat in interface MethodInformationIpublic AltClass getListParameterizedType()
MethodInformationIgetListParameterizedType in interface MethodInformationIpublic String getWrapperTag()
getWrapperTag in interface MethodInformationIpublic AdapterInformation getAdapterInformation()
MethodInformationIgetAdapterInformation in interface MethodInformationIpublic String getOriginalMethodName()
MethodInformationIgetOriginalMethodName in interface MethodInformationICopyright © 2009-2017 Oracle Corporation. All Rights Reserved.