public class ReferenceNameRecipe extends AbstractRecipe
| Constructor and Description |
|---|
ReferenceNameRecipe(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) |
create, create, create, getName, getPriority, setName, toStringpublic ReferenceNameRecipe(String referenceName)
public String getReferenceName()
public List<Recipe> getNestedRecipes()
getNestedRecipes in interface RecipegetNestedRecipes in class AbstractRecipepublic List<Recipe> getConstructorRecipes()
getConstructorRecipes in interface RecipegetConstructorRecipes in class AbstractRecipepublic boolean canCreate(Type type)
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException
internalCreate in class AbstractRecipeConstructionExceptionCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.