public interface Recipe
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreate(java.lang.reflect.Type type) |
java.lang.Object |
create() |
java.lang.Object |
create(java.lang.ClassLoader classLoader) |
java.lang.Object |
create(java.lang.reflect.Type expectedType,
boolean lazyRefAllowed) |
java.util.List<Recipe> |
getConstructorRecipes() |
java.lang.String |
getName() |
java.util.List<Recipe> |
getNestedRecipes() |
float |
getPriority() |
java.lang.String getName()
float getPriority()
boolean canCreate(java.lang.reflect.Type type)
java.lang.Object create()
throws ConstructionException
ConstructionExceptionjava.lang.Object create(java.lang.ClassLoader classLoader)
throws ConstructionException
ConstructionExceptionjava.lang.Object create(java.lang.reflect.Type expectedType,
boolean lazyRefAllowed)
throws ConstructionException
ConstructionExceptionjava.util.List<Recipe> getNestedRecipes()
java.util.List<Recipe> getConstructorRecipes()