java.io.Serializable
, Recipe
public class ReferenceNameRecipe extends AbstractRecipe
Constructor | Description |
---|---|
ReferenceNameRecipe(java.lang.String referenceName) |
Modifier and Type | Method | 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) |
create, create, create, getName, getPriority, setName, toString
public java.lang.String getReferenceName()
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
Copyright © 2005–2018. All rights reserved.