Package | Description |
---|---|
org.castor.cpa.jpa.info |
Modifier and Type | Method and Description |
---|---|
static ClassInfo |
ClassInfoBuilder.buildClassInfo(Class<?> type)
Builds a new
ClassInfo describing the given Class. |
static ClassInfo |
ClassInfoRegistry.getClassInfo(Class<?> type)
Returns the
ClassInfo instance registered for the given Class type. |
ClassInfo |
FieldInfo.getDeclaringClassInfo()
|
Modifier and Type | Method and Description |
---|---|
static void |
InfoToDescriptorConverter.convert(ClassInfo classInfo,
ClassDescriptorResolver cdr,
ClassDescriptorImpl descriptor)
This method converts a
ClassInfo to a ClassDescriptorImpl
. |
static void |
ClassInfoRegistry.registerClassInfo(Class<?> type,
ClassInfo classInfo)
|
void |
FieldInfo.setDeclaringClassInfo(ClassInfo classInfo)
|
Constructor and Description |
---|
FieldInfo(ClassInfo declaringClassInfo,
Class<?> fieldType,
String fieldName,
Method getterMethod,
Method setterMethod)
Creates a FieldInfo associated to the given
ClassInfo , describing
the given a field with the given name using method (property) access. |
Copyright © 2013. All rights reserved.