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