java.io.Serializable, Recipepublic final class StaticRecipe extends java.lang.Object implements Recipe
| Constructor | Description |
|---|---|
StaticRecipe(java.lang.Object object) |
Deprecated.
|
| Modifier and Type | Method | 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 RecipeCopyright © 2005–2018. All rights reserved.