Package org.apache.xbean.recipe

Interface Summary
ObjectRecipe.Member  
ParameterNameLoader Determines the parameter names of Constructors or Methods.
Recipe  
RecipeVisitor  
Reference.Action  
ReflectionUtil.Factory  
Repository  
 

Class Summary
AbstractRecipe  
AllPropertiesRecipe  
ArrayRecipe  
AsmParameterNameLoader Implementation of ParameterNameLoader that uses ASM to read the parameter names from the local variable table in the class byte code.
CollectionRecipe  
DefaultExecutionContext  
DefaultRepository  
ExecutionContext  
MapRecipe  
MapRecipe.DummyDictionaryAsMap  
ObjectGraph  
ObjectRecipe  
ObjectRecipe.AutoMatchProperty  
ObjectRecipe.CompoundProperty  
ObjectRecipe.FieldMember  
ObjectRecipe.FieldProperty  
ObjectRecipe.MethodMember  
ObjectRecipe.Property  
ObjectRecipe.SetterProperty  
RecipeHelper  
RecipeHelper.RecipeComparator  
Reference Reference is a named (lazy) reference from one object to another.
ReferenceNameRecipe  
ReferenceRecipe  
ReflectionUtil  
ReflectionUtil.ConstructorFactory  
ReflectionUtil.StaticFactory  
StaticRecipe Deprecated. The functionality of StaticRecipe is built into ObjectRecipe as of xbean-reflect 3.4
UnsetPropertiesRecipe  
XbeanAsmParameterNameLoader Implementation of ParameterNameLoader that uses ASM to read the parameter names from the local variable table in the class byte code.
 

Enum Summary
Option  
 

Exception Summary
CircularDependencyException  
ConstructionException  
MissingAccessorException  
MissingFactoryMethodException  
NoSuchObjectException  
UnresolvedReferencesException  
 

Annotation Types Summary
ParameterNames ParameterNames explicitly declared the names of a constructor parameters.
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.