Package | Description |
---|---|
org.glassfish.hk2.xml.internal | |
org.glassfish.hk2.xml.internal.alt |
Modifier and Type | Method and Description |
---|---|
Format |
MethodInformation.getFormat() |
Format |
XmlElementData.getFormat() |
Format |
ChildDataModel.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,
boolean required,
String originalMethodName) |
void |
ModelImpl.addNonChild(String namespace,
String xmlTag,
String defaultValue,
String childType,
String childListType,
boolean isReference,
Format format,
AliasType aliasType,
String aliasOf,
boolean required,
String originalMethodName) |
Constructor and Description |
---|
ChildDataModel(String childType,
String childListType,
String defaultAsString,
boolean isReference,
Format format,
AliasType aliasType,
String aliasOf,
boolean required,
String originalMethodName) |
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 |
---|---|
Format |
MethodInformationI.getFormat() |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.