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 |
MethodInformation.getBaseChildType() |
AltClass |
MethodInformation.getGetterSetterType() |
Modifier and Type | Method and Description |
---|---|
static javassist.CtClass |
Generator.generate(AltClass convertMe,
javassist.CtClass superClazz,
javassist.ClassPool defaultClassPool)
Converts the given interface into a JAXB implementation proxy
|
Constructor and Description |
---|
MethodInformation(AltMethod originalMethod,
MethodType methodType,
String decapitalizedMethodProperty,
String representedProperty,
String defaultValue,
AltClass baseChildType,
AltClass gsType,
boolean key,
boolean isList,
boolean isArray) |
Modifier and Type | Method and Description |
---|---|
AltClass |
AltClass.getComponentType() |
AltClass |
AltMethod.getFirstTypeArgument()
Returns the first type argument of the
return value.
|
AltClass |
AltMethod.getFirstTypeArgumentOfParameter(int index) |
AltClass |
AltMethod.getReturnType()
Returns the return type of the method
|
Modifier and Type | Method and Description |
---|---|
List<AltClass> |
AltMethod.getParameterTypes() |
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 |
Modifier and Type | Method and Description |
---|---|
AltClass |
ClassAltClassImpl.getComponentType() |
AltClass |
MethodAltMethodImpl.getFirstTypeArgument() |
AltClass |
MethodAltMethodImpl.getFirstTypeArgumentOfParameter(int index) |
AltClass |
MethodAltMethodImpl.getReturnType() |
Modifier and Type | Method and Description |
---|---|
List<AltClass> |
MethodAltMethodImpl.getParameterTypes() |
Modifier and Type | Class and Description |
---|---|
class |
ArrayTypeAltClassImpl |
class |
TypeElementAltClassImpl |
Modifier and Type | Method and Description |
---|---|
AltClass |
ArrayTypeAltClassImpl.getComponentType() |
AltClass |
TypeElementAltClassImpl.getComponentType() |
AltClass |
ElementAltMethodImpl.getFirstTypeArgument() |
AltClass |
ElementAltMethodImpl.getFirstTypeArgumentOfParameter(int index) |
AltClass |
ElementAltMethodImpl.getReturnType() |
Modifier and Type | Method and Description |
---|---|
List<AltClass> |
ElementAltMethodImpl.getParameterTypes() |
Copyright © 2009–2017 Oracle Corporation. All rights reserved.