|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReflectionField | |
|---|---|
| org.compass.core.accessor | |
| org.compass.core.util.reflection | |
| org.compass.core.util.reflection.asm | |
| org.compass.core.util.reflection.plain | |
| Uses of ReflectionField in org.compass.core.accessor |
|---|
| Constructors in org.compass.core.accessor with parameters of type ReflectionField | |
|---|---|
DirectPropertyAccessor.DirectGetter(ReflectionField field,
Class clazz,
String name)
|
|
DirectPropertyAccessor.DirectSetter(ReflectionField field,
Class clazz,
String name)
|
|
| Uses of ReflectionField in org.compass.core.util.reflection |
|---|
| Methods in org.compass.core.util.reflection that return ReflectionField | |
|---|---|
static ReflectionField |
ReflectionFactory.getField(CompassSettings settings,
Field field)
|
| Uses of ReflectionField in org.compass.core.util.reflection.asm |
|---|
| Methods in org.compass.core.util.reflection.asm that return ReflectionField | |
|---|---|
static ReflectionField |
AsmReflectionFieldGenerator.generateField(Field refField)
Allows to generate ReflectionField implementation based on
ASM that does not use reflection. |
| Uses of ReflectionField in org.compass.core.util.reflection.plain |
|---|
| Classes in org.compass.core.util.reflection.plain that implement ReflectionField | |
|---|---|
class |
PlainReflectionField
A plain implemenation of ReflectionField
that simply delegates operations to Field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||