Package | Description |
---|---|
org.glassfish.hk2.xml.internal | |
org.glassfish.hk2.xml.internal.alt |
Modifier and Type | Method and Description |
---|---|
MethodType |
MethodInformation.getMethodType() |
static MethodType |
MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodType[] |
MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 |
---|---|
MethodType |
MethodInformationI.getMethodType() |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.