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