| Package | Description |
|---|---|
| org.glassfish.hk2.xml.internal | |
| org.glassfish.hk2.xml.internal.alt |
| Modifier and Type | Method and Description |
|---|---|
Format |
ChildDataModel.getFormat() |
Format |
XmlElementData.getFormat() |
Format |
MethodInformation.getFormat() |
Format |
NameInformation.getFormat(String variableName) |
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelImpl.addNonChild(QName qName,
String defaultValue,
String childType,
String childListType,
boolean isReference,
Format format,
AliasType aliasType,
String aliasOf) |
void |
ModelImpl.addNonChild(String namespace,
String xmlTag,
String defaultValue,
String childType,
String childListType,
boolean isReference,
Format format,
AliasType aliasType,
String aliasOf) |
| Constructor and Description |
|---|
ChildDataModel(String childType,
String childListType,
String defaultAsString,
boolean isReference,
Format format,
AliasType aliasType,
String aliasOf) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Format |
MethodInformationI.getFormat() |
Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.