Package | Description |
---|---|
org.glassfish.hk2.xml.internal | |
org.glassfish.hk2.xml.internal.alt | |
org.glassfish.hk2.xml.internal.alt.clazz | |
org.glassfish.hk2.xml.internal.alt.papi |
Modifier and Type | Method and Description |
---|---|
static AltClass |
Utilities.convertTypeMirror(TypeMirror typeMirror,
ProcessingEnvironment processingEnv) |
AltClass |
AdapterInformationImpl.getAdapter() |
AltClass |
MethodInformation.getBaseChildType() |
AltClass |
AdapterInformationImpl.getBoundType() |
AltClass |
MethodInformation.getGetterSetterType() |
AltClass |
MethodInformation.getListParameterizedType() |
AltClass |
AdapterInformationImpl.getValueType() |
Modifier and Type | Method and Description |
---|---|
static QName |
GeneratorUtilities.convertXmlRootElementName(AltAnnotation root,
AltClass clazz) |
static javassist.CtClass |
Generator.generate(AltClass convertMe,
javassist.CtClass superClazz,
javassist.ClassPool defaultClassPool)
Converts the given interface into a JAXB implementation proxy
|
static NameInformation |
GeneratorUtilities.getXmlNameMap(AltClass convertMe) |
Constructor and Description |
---|
AdapterInformationImpl(AltClass adapter,
AltClass valueType,
AltClass boundType) |
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 |
---|---|
AltClass |
AdapterInformation.getAdapter() |
AltClass |
MethodInformationI.getBaseChildType() |
AltClass |
AdapterInformation.getBoundType() |
AltClass |
AltAnnotation.getClassValue(String methodName) |
AltClass |
AltClass.getComponentType() |
AltClass |
AltMethod.getFirstTypeArgument()
Returns the first type argument of the
return value.
|
AltClass |
AltMethod.getFirstTypeArgumentOfParameter(int index) |
AltClass |
MethodInformationI.getGetterSetterType() |
AltClass |
MethodInformationI.getListParameterizedType()
Returns the parameterized type of the
list, or null if this is not a list or
the type of the list is unknown
|
AltClass |
AltMethod.getReturnType()
Returns the return type of the method
|
AltClass |
AltClass.getSuperParameterizedType(AltClass superclass,
int paramIndex) |
AltClass |
AdapterInformation.getValueType() |
Modifier and Type | Method and Description |
---|---|
List<AltClass> |
AltMethod.getParameterTypes() |
Modifier and Type | Method and Description |
---|---|
AltClass |
AltClass.getSuperParameterizedType(AltClass superclass,
int paramIndex) |
Modifier and Type | Class and Description |
---|---|
class |
ClassAltClassImpl |
Modifier and Type | Field and Description |
---|---|
static AltClass |
ClassAltClassImpl.BOOLEAN |
static AltClass |
ClassAltClassImpl.BYTE |
static AltClass |
ClassAltClassImpl.CHAR |
static AltClass |
ClassAltClassImpl.DOUBLE |
static AltClass |
ClassAltClassImpl.FLOAT |
static AltClass |
ClassAltClassImpl.INT |
static AltClass |
ClassAltClassImpl.LONG |
static AltClass |
ClassAltClassImpl.OBJECT |
static AltClass |
ClassAltClassImpl.SHORT |
static AltClass |
ClassAltClassImpl.VOID |
static AltClass |
ClassAltClassImpl.XML_ADAPTER |
Modifier and Type | Method and Description |
---|---|
AltClass |
AnnotationAltAnnotationImpl.getClassValue(String methodName) |
AltClass |
ClassAltClassImpl.getComponentType() |
AltClass |
MethodAltMethodImpl.getFirstTypeArgument() |
AltClass |
MethodAltMethodImpl.getFirstTypeArgumentOfParameter(int index) |
AltClass |
MethodAltMethodImpl.getReturnType() |
AltClass |
ClassAltClassImpl.getSuperParameterizedType(AltClass superType,
int paramIndex) |
Modifier and Type | Method and Description |
---|---|
List<AltClass> |
MethodAltMethodImpl.getParameterTypes() |
Modifier and Type | Method and Description |
---|---|
AltClass |
ClassAltClassImpl.getSuperParameterizedType(AltClass superType,
int paramIndex) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayTypeAltClassImpl |
class |
TypeElementAltClassImpl |
Modifier and Type | Method and Description |
---|---|
AltClass |
AnnotationMirrorAltAnnotationImpl.getClassValue(String methodName) |
AltClass |
TypeElementAltClassImpl.getComponentType() |
AltClass |
ArrayTypeAltClassImpl.getComponentType() |
AltClass |
ElementAltMethodImpl.getFirstTypeArgument() |
AltClass |
ElementAltMethodImpl.getFirstTypeArgumentOfParameter(int index) |
AltClass |
ElementAltMethodImpl.getReturnType() |
AltClass |
TypeElementAltClassImpl.getSuperParameterizedType(AltClass superclass,
int paramIndex) |
AltClass |
ArrayTypeAltClassImpl.getSuperParameterizedType(AltClass superclass,
int paramIndex) |
Modifier and Type | Method and Description |
---|---|
List<AltClass> |
ElementAltMethodImpl.getParameterTypes() |
Modifier and Type | Method and Description |
---|---|
AltClass |
TypeElementAltClassImpl.getSuperParameterizedType(AltClass superclass,
int paramIndex) |
AltClass |
ArrayTypeAltClassImpl.getSuperParameterizedType(AltClass superclass,
int paramIndex) |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.