public final class StaticRecipe extends Object implements Recipe
Constructor and Description |
---|
StaticRecipe(Object object)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(Type type)
Deprecated.
|
Object |
create()
Deprecated.
|
Object |
create(ClassLoader classLoader)
Deprecated.
|
Object |
create(Type expectedType,
boolean lazyRefAllowed)
Deprecated.
|
List<Recipe> |
getConstructorRecipes()
Deprecated.
|
String |
getName()
Deprecated.
|
List<Recipe> |
getNestedRecipes()
Deprecated.
|
float |
getPriority()
Deprecated.
|
public StaticRecipe(Object object)
public boolean canCreate(Type type)
public Object create() throws ConstructionException
create
in interface Recipe
ConstructionException
public Object create(ClassLoader classLoader) throws ConstructionException
create
in interface Recipe
ConstructionException
public Object create(Type expectedType, boolean lazyRefAllowed) throws ConstructionException
create
in interface Recipe
ConstructionException
public List<Recipe> getNestedRecipes()
getNestedRecipes
in interface Recipe
public List<Recipe> getConstructorRecipes()
getConstructorRecipes
in interface Recipe
public float getPriority()
getPriority
in interface Recipe
Copyright © 2005–2020. All rights reserved.