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() |
QName |
getRepresentedProperty() |
String |
getWrapperTag() |
boolean |
isArray() |
boolean |
isKey() |
boolean |
isList() |
boolean |
isReference() |
AltMethod getOriginalMethod()
MethodType getMethodType()
AltClass getGetterSetterType()
QName getRepresentedProperty()
String getDefaultValue()
String getWrapperTag()
AltClass getBaseChildType()
boolean isKey()
boolean isList()
boolean isArray()
boolean isReference()
String getDecapitalizedMethodProperty()
Format getFormat()
AltClass getListParameterizedType()
AdapterInformation getAdapterInformation()
Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.