Serializable, Recipepublic class ReferenceNameRecipe extends AbstractRecipe
| Constructor | Description |
|---|---|
ReferenceNameRecipe(String referenceName) |
| Modifier and Type | Method | 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–2018. All rights reserved.