public final class StaticRecipe extends java.lang.Object implements Recipe
Constructor and Description |
---|
StaticRecipe(java.lang.Object object)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(java.lang.reflect.Type type)
Deprecated.
|
java.lang.Object |
create()
Deprecated.
|
java.lang.Object |
create(java.lang.ClassLoader classLoader)
Deprecated.
|
java.lang.Object |
create(java.lang.reflect.Type expectedType,
boolean lazyRefAllowed)
Deprecated.
|
java.util.List<Recipe> |
getConstructorRecipes()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
java.util.List<Recipe> |
getNestedRecipes()
Deprecated.
|
float |
getPriority()
Deprecated.
|
public boolean canCreate(java.lang.reflect.Type type)
public java.lang.Object create() throws ConstructionException
create
in interface Recipe
ConstructionException
public java.lang.Object create(java.lang.ClassLoader classLoader) throws ConstructionException
create
in interface Recipe
ConstructionException
public java.lang.Object create(java.lang.reflect.Type expectedType, boolean lazyRefAllowed) throws ConstructionException
create
in interface Recipe
ConstructionException
public java.util.List<Recipe> getNestedRecipes()
getNestedRecipes
in interface Recipe
public java.util.List<Recipe> getConstructorRecipes()
getConstructorRecipes
in interface Recipe
public float getPriority()
getPriority
in interface Recipe