public class ReferenceRecipe extends AbstractRecipe
Constructor and Description |
---|
ReferenceRecipe() |
ReferenceRecipe(String referenceName) |
Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(Type type) |
List<Recipe> |
getConstructorRecipes() |
List<Recipe> |
getNestedRecipes() |
String |
getReferenceName() |
protected Object |
internalCreate(Type expectedType,
boolean lazyRefAllowed) |
void |
setReferenceName(String name) |
create, create, create, getName, getPriority, setName, toString
public ReferenceRecipe()
public ReferenceRecipe(String referenceName)
public String getReferenceName()
public void setReferenceName(String name)
public List<Recipe> getNestedRecipes()
getNestedRecipes
in interface Recipe
getNestedRecipes
in class AbstractRecipe
public List<Recipe> getConstructorRecipes()
getConstructorRecipes
in interface Recipe
getConstructorRecipes
in class AbstractRecipe
public boolean canCreate(Type type)
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException
internalCreate
in class AbstractRecipe
ConstructionException
Copyright © 2005-2016. All Rights Reserved.