public class RuntimeJavaType
extends org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
java.lang.Class
and
java.lang.reflect.Field
instances to get Java related
metadata about types and fields.Constructor and Description |
---|
RuntimeJavaType(java.lang.Class clazz,
RuntimeJavaModel javaModel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.apache.jdo.model.java.JavaField |
createJavaField(java.lang.String name,
org.apache.jdo.model.java.JavaType type)
RegisterClassListener calls this method to create a ReflectionJavaField
instance when processing the enhancer generated metadata.
|
createJavaMethod, createJavaProperty, getArrayComponentType, getDeclaredJavaField, getDeclaredJavaFields, getDeclaredJavaProperties, getDeclaredJavaProperty, getJavaField, getJavaProperty, getJavaTypeForClass, getJDOClass, getSuperclass, introspectClass, isArray, isPersistenceCapable, newJavaFieldInstance, newJavaFieldInstance, newJavaMethodInstance, newJavaPropertyInstance
getJavaClass, getModifiers, getName, getUnderlyingObject, isCompatibleWith, isInterface
public RuntimeJavaType(java.lang.Class clazz, RuntimeJavaModel javaModel)
public org.apache.jdo.model.java.JavaField createJavaField(java.lang.String name, org.apache.jdo.model.java.JavaType type)
name
- the name of the fieldtype
- the type of the fieldCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.