Package | Description |
---|---|
com.caucho.amber.field | |
com.caucho.bytecode |
Modifier and Type | Method and Description |
---|---|
JType |
AbstractField.getJavaType()
Returns the field's type
|
JType |
AmberField.getJavaType()
Returns the type of the field
|
JType |
EmbeddedSubField.getJavaType()
Returns the type of the field
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractField.setJavaType(JType type)
Sets the java type.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaClass
Represents a java class.
|
class |
JavaParameterizedType
Represents an introspected java class.
|
class |
JClass
Represents an introspected java class.
|
class |
JClassArray
Represents an introspected java class.
|
class |
JClassWrapper
Wrapper around the java Class for a JClass.
|
class |
JTypeWrapper
Wrapper around the java Class for a JClass.
|
Modifier and Type | Method and Description |
---|---|
static JType |
JTypeWrapper.create(java.lang.reflect.Type type,
java.lang.ClassLoader loader) |
JType[] |
JType.getActualTypeArguments()
Returns the parameter types.
|
JType[] |
JTypeWrapper.getActualTypeArguments()
Returns the actual type arguments.
|
JType[] |
JavaParameterizedType.getActualTypeArguments()
Returns the parameter types.
|
JType[] |
JClass.getActualTypeArguments()
Returns the parameter types.
|
JType |
JMethodWrapper.getGenericReturnType()
Returns the return type.
|
JType |
JConstructorWrapper.getGenericReturnType()
Returns the return type.
|
JType |
JavaMethod.getGenericReturnType()
Returns the return type.
|
abstract JType |
JMethod.getGenericReturnType()
Returns the parameterized return type of the field.
|
JType |
JFieldWrapper.getGenericType()
Returns the return type.
|
abstract JType |
JField.getGenericType()
Returns the parameterized type of the field.
|
JType |
JavaField.getGenericType()
Gets the typename.
|
protected JType |
JavaClassLoader.parseParameterizedType(java.lang.String type)
Parses the parameterized type.
|