Package | Description |
---|---|
org.apache.xbean.recipe |
Modifier and Type | Class and Description |
---|---|
class |
CircularDependencyException |
class |
MissingAccessorException |
class |
MissingFactoryMethodException |
class |
NoSuchObjectException |
class |
UnresolvedReferencesException |
Modifier and Type | Method and Description |
---|---|
Object |
StaticRecipe.create()
Deprecated.
|
Object |
Recipe.create() |
Object |
AbstractRecipe.create() |
Object |
StaticRecipe.create(ClassLoader classLoader)
Deprecated.
|
Object |
Recipe.create(ClassLoader classLoader) |
Object |
AbstractRecipe.create(ClassLoader classLoader) |
Object |
ReflectionUtil.Factory.create(Object... parameters) |
Object |
ReflectionUtil.ConstructorFactory.create(Object... parameters) |
Object |
ReflectionUtil.StaticFactory.create(Object... parameters) |
Object |
ObjectGraph.create(String name) |
Object |
StaticRecipe.create(Type expectedType,
boolean lazyRefAllowed)
Deprecated.
|
Object |
Recipe.create(Type expectedType,
boolean lazyRefAllowed) |
Object |
AbstractRecipe.create(Type expectedType,
boolean lazyRefAllowed) |
Map<String,Object> |
ObjectGraph.createAll(List<String> names) |
Map<String,Object> |
ObjectGraph.createAll(String... names) |
protected Object |
UnsetPropertiesRecipe.internalCreate(Type expectedType,
boolean lazyRefAllowed) |
protected Object |
ReferenceRecipe.internalCreate(Type expectedType,
boolean lazyRefAllowed) |
protected Object |
AllPropertiesRecipe.internalCreate(Type expectedType,
boolean lazyRefAllowed) |
protected Object |
CollectionRecipe.internalCreate(Type expectedType,
boolean lazyRefAllowed) |
protected Object |
MapRecipe.internalCreate(Type expectedType,
boolean lazyRefAllowed) |
protected Object |
ReferenceNameRecipe.internalCreate(Type expectedType,
boolean lazyRefAllowed) |
protected Object |
ArrayRecipe.internalCreate(Type expectedType,
boolean lazyRefAllowed) |
protected Object |
ObjectRecipe.internalCreate(Type expectedType,
boolean lazyRefAllowed) |
protected abstract Object |
AbstractRecipe.internalCreate(Type expectedType,
boolean lazyRefAllowed) |
void |
ObjectRecipe.setProperties(Object instance) |
Class |
ObjectRecipe.setStaticProperties() |
Copyright © 2005–2022. All rights reserved.