|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanMeta | |
|---|---|
| org.slim3.container | This package provides Slim3 container. |
| Uses of BeanMeta in org.slim3.container |
|---|
| Fields in org.slim3.container declared as BeanMeta | |
|---|---|
protected BeanMeta |
PrototypeBeanFactory.beanMeta
The bean meta data. |
| Fields in org.slim3.container with type parameters of type BeanMeta | |
|---|---|
protected ConcurrentHashMap<String,BeanMeta> |
BeanMetaFactory.beanMetaCache
The cache for bean meta data. |
| Methods in org.slim3.container that return BeanMeta | |
|---|---|
protected BeanMeta |
BeanMetaFactory.createBeanMeta(Class<?> beanClass)
Creates a bean meta data. |
BeanMeta |
BeanMetaFactory.getBeanMeta(Class<?> beanClass)
Returns the bean meta data. |
| Methods in org.slim3.container with parameters of type BeanMeta | |
|---|---|
protected void |
BeanMetaFactory.inspectBean(BeanMeta beanMeta)
Inspects the bean. |
protected void |
BeanMetaFactory.inspectField(BeanMeta beanMeta,
BeanDesc beanDesc,
Field field)
Inspects the field. |
| Constructors in org.slim3.container with parameters of type BeanMeta | |
|---|---|
PrototypeBeanFactory(BeanMeta beanMeta,
S3Container container)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||