public class BeanId extends Object
BeanIdStore
and there by coupled to that BeanIdStore
. The BeanId holds the original
String
beanId,also called beanIdName. It also holds the index of
the place it has within the BeanIdStore
.Constructor and Description |
---|
BeanId(BeanIdStore beanIdStore,
int index,
String beanId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SmooksResourceConfiguration |
getCreateResourceConfiguration()
Get the
SmooksResourceConfiguration associated with the
BeanInstanceCreator that is creating the bean with which this
BeanId instance is associated. |
int |
getIndex()
Returns the index of the place
it holds in the
BeanIdStore . |
String |
getName()
Returns the BeanId name.
|
int |
hashCode() |
BeanId |
setCreateResourceConfiguration(SmooksResourceConfiguration createResourceConfig)
Set the
SmooksResourceConfiguration associated with the
BeanInstanceCreator that is creating the bean with which this
BeanId instance is associated. |
String |
toString() |
public BeanId(BeanIdStore beanIdStore, int index, String beanId)
index
- name
- public BeanId setCreateResourceConfiguration(SmooksResourceConfiguration createResourceConfig)
SmooksResourceConfiguration
associated with the
BeanInstanceCreator
that is creating the bean with which this
BeanId
instance is associated.createResourceConfig
- The SmooksResourceConfiguration
of the creator.public SmooksResourceConfiguration getCreateResourceConfiguration()
SmooksResourceConfiguration
associated with the
BeanInstanceCreator
that is creating the bean with which this
BeanId
instance is associated.SmooksResourceConfiguration
of the creator.public int getIndex()
BeanIdStore
.public String getName()
Copyright © 2020. All rights reserved.