public final class StaticRecipe extends java.lang.Object implements Recipe
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
object
Deprecated.
|
| 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 RecipeConstructionExceptionpublic java.lang.Object create(java.lang.ClassLoader classLoader)
throws ConstructionException
create in interface RecipeConstructionExceptionpublic java.lang.Object create(java.lang.reflect.Type expectedType,
boolean lazyRefAllowed)
throws ConstructionException
create in interface RecipeConstructionExceptionpublic java.util.List<Recipe> getNestedRecipes()
getNestedRecipes in interface Recipepublic java.util.List<Recipe> getConstructorRecipes()
getConstructorRecipes in interface Recipepublic float getPriority()
getPriority in interface Recipe