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