spring-framework / org.springframework.jmx.export.assembler / InterfaceBasedMBeanInfoAssembler / setInterfaceMappings

setInterfaceMappings

open fun setInterfaceMappings(@Nullable mappings: Properties): Unit

Set the mappings of bean keys to a comma-separated list of interface names.

The property key should match the bean key and the property value should match the list of interface names. When searching for interfaces for a bean, Spring will check these mappings first.

Parameters

mappings - the mappings of bean keys to interface names