public interface Recipe extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(Type type) |
Object |
create() |
Object |
create(ClassLoader classLoader) |
Object |
create(Type expectedType,
boolean lazyRefAllowed) |
List<Recipe> |
getConstructorRecipes() |
String |
getName() |
List<Recipe> |
getNestedRecipes() |
float |
getPriority() |
float getPriority()
Object create() throws ConstructionException
ConstructionException
Object create(ClassLoader classLoader) throws ConstructionException
ConstructionException
Object create(Type expectedType, boolean lazyRefAllowed) throws ConstructionException
ConstructionException
List<Recipe> getNestedRecipes()
List<Recipe> getConstructorRecipes()
Copyright © 2005–2015. All rights reserved.