Package | Description |
---|---|
net.sf.jguiraffe.di.impl.providers |
In the
providers sub package different implementations of the
BeanProvider interface can be found. |
Modifier and Type | Class and Description |
---|---|
class |
CollectionBeanProvider
An abstract base class for
BeanProvider implementations that
create beans derived from collections. |
class |
ConstantBeanProvider
A concrete implementation of the
BeanProvider interface that
will always return the same bean instance. |
class |
ConstructorBeanProvider
A simple bean provider that creates new bean instances by invoking a
constructor.
|
class |
ListBeanProvider
A specific
CollectionBeanProvider implementation that creates
a list bean. |
class |
MapBeanProvider
A specialized
BeanProvider implementation for creating beans of
type java.util.Map . |
class |
MethodInvocationBeanProvider
A specialized
BeanProvider that creates beans by invoking a
method. |
class |
PropertiesBeanProvider
A specialized
BeanProvider implementation for creating a
java.util.Properties object. |
class |
SetBeanProvider
A specialized
CollectionBeanProvider implementation that
creates a java.util.Set bean. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.