org.apache.xbean.recipe
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
ConstructionException
java.lang.Object create(java.lang.ClassLoader classLoader) throws ConstructionException
ConstructionException
java.lang.Object create(java.lang.reflect.Type expectedType, boolean lazyRefAllowed) throws ConstructionException
ConstructionException
java.util.List<Recipe> getNestedRecipes()
java.util.List<Recipe> getConstructorRecipes()
Copyright © 2005-2016. All Rights Reserved.