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