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 MethodInformationI
public MethodType getMethodType()
getMethodType
in interface MethodInformationI
public AltClass getGetterSetterType()
getGetterSetterType
in interface MethodInformationI
public QName getRepresentedProperty()
getRepresentedProperty
in interface MethodInformationI
public String getDefaultValue()
getDefaultValue
in interface MethodInformationI
public AltClass getBaseChildType()
getBaseChildType
in interface MethodInformationI
public boolean isKey()
isKey
in interface MethodInformationI
public boolean isList()
isList
in interface MethodInformationI
public boolean isArray()
isArray
in interface MethodInformationI
public boolean isReference()
isReference
in interface MethodInformationI
public boolean isRequired()
isRequired
in interface MethodInformationI
public String getDecapitalizedMethodProperty()
getDecapitalizedMethodProperty
in interface MethodInformationI
public Format getFormat()
getFormat
in interface MethodInformationI
public AltClass getListParameterizedType()
MethodInformationI
getListParameterizedType
in interface MethodInformationI
public String getWrapperTag()
getWrapperTag
in interface MethodInformationI
public AdapterInformation getAdapterInformation()
MethodInformationI
getAdapterInformation
in interface MethodInformationI
public String getOriginalMethodName()
MethodInformationI
getOriginalMethodName
in interface MethodInformationI
Copyright © 2009–2023 Oracle Corporation. All rights reserved.