接口 ObjectNamingStrategy
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface public interface ObjectNamingStrategy
Strategy interface that encapsulates the creation ofObjectName
instances.Used by the
MBeanExporter
to obtainObjectName
s when registering beans.- 从以下版本开始:
- 1.2
- 作者:
- Rob Harrop
- 另请参阅:
MBeanExporter
,ObjectName
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ObjectName
getObjectName(Object managedBean, String beanKey)
Obtain anObjectName
for the supplied bean.
方法详细资料
getObjectName
ObjectName getObjectName(Object managedBean, @Nullable String beanKey) throws MalformedObjectNameException
Obtain anObjectName
for the supplied bean.- 参数:
managedBean
- the bean that will be exposed under the returnedObjectName
beanKey
- the key associated with this bean in the beans map passed to theMBeanExporter
- 返回:
- the
ObjectName
instance - 抛出:
MalformedObjectNameException
- if the resultingObjectName
is invalid