Package org.apache.xbean.recipe
Class ReferenceNameRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.ReferenceNameRecipe
- All Implemented Interfaces:
Serializable
,Recipe
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
private Object
protected Object
internalCreate
(Type expectedType, boolean lazyRefAllowed) Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, create, create, getName, getPriority, setName, toString
-
Field Details
-
referenceName
-
-
Constructor Details
-
ReferenceNameRecipe
-
-
Method Details
-
getReferenceName
-
getReference
-
getNestedRecipes
- Specified by:
getNestedRecipes
in interfaceRecipe
- Overrides:
getNestedRecipes
in classAbstractRecipe
-
getConstructorRecipes
- Specified by:
getConstructorRecipes
in interfaceRecipe
- Overrides:
getConstructorRecipes
in classAbstractRecipe
-
canCreate
-
internalCreate
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException - Specified by:
internalCreate
in classAbstractRecipe
- Throws:
ConstructionException
-