Uses of Interface
org.compass.core.util.reflection.ReflectionConstructor

Packages that use ReflectionConstructor
org.compass.core.mapping.osem   
org.compass.core.util.reflection   
org.compass.core.util.reflection.asm   
org.compass.core.util.reflection.plain   
 

Uses of ReflectionConstructor in org.compass.core.mapping.osem
 

Methods in org.compass.core.mapping.osem that return ReflectionConstructor
 ReflectionConstructor ClassMapping.getConstructor()
           
 ReflectionConstructor ClassMapping.getPolyConstructor()
           
 

Methods in org.compass.core.mapping.osem with parameters of type ReflectionConstructor
 void ClassMapping.setConstructor(ReflectionConstructor constructor)
           
 void ClassMapping.setPolyConstructor(ReflectionConstructor polyConstructor)
           
 

Uses of ReflectionConstructor in org.compass.core.util.reflection
 

Methods in org.compass.core.util.reflection that return ReflectionConstructor
static ReflectionConstructor ReflectionFactory.getConstructor(CompassSettings settings, Constructor constructor)
           
static ReflectionConstructor ReflectionFactory.getDefaultConstructor(CompassSettings settings, Class clazz)
           
 

Uses of ReflectionConstructor in org.compass.core.util.reflection.asm
 

Methods in org.compass.core.util.reflection.asm that return ReflectionConstructor
static ReflectionConstructor AsmReflectionConstructorGenerator.generateConstructor(Constructor originalCtor)
          Allows to generate an ReflectionConstructor implementation based on ASM that does not use reflection.
 

Uses of ReflectionConstructor in org.compass.core.util.reflection.plain
 

Classes in org.compass.core.util.reflection.plain that implement ReflectionConstructor
 class PlainReflectionConstructor
          A plain implemenation of ReflectionConstructor that simply delegates operations to Constructor.
 



Copyright (c) 2004-2008 The Compass Project.