|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xbean.recipe.StaticRecipe
public final class StaticRecipe
Constructor Summary | |
---|---|
StaticRecipe(java.lang.Object object)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticRecipe(java.lang.Object object)
Method Detail |
---|
public boolean canCreate(java.lang.reflect.Type type)
canCreate
in interface Recipe
public java.lang.Object create() throws ConstructionException
create
in interface Recipe
ConstructionException
public java.lang.Object create(java.lang.ClassLoader classLoader) throws ConstructionException
create
in interface Recipe
ConstructionException
public java.lang.Object create(java.lang.reflect.Type expectedType, boolean lazyRefAllowed) throws ConstructionException
create
in interface Recipe
ConstructionException
public java.util.List<Recipe> getNestedRecipes()
getNestedRecipes
in interface Recipe
public java.util.List<Recipe> getConstructorRecipes()
getConstructorRecipes
in interface Recipe
public java.lang.String getName()
getName
in interface Recipe
public float getPriority()
getPriority
in interface Recipe
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |