spring-framework / org.springframework.jmx.export.assembler / MethodNameBasedMBeanInfoAssembler / setMethodMappings

setMethodMappings

open fun setMethodMappings(mappings: Properties): Unit

Set the mappings of bean keys to a comma-separated list of method names. The property key should match the bean key and the property value should match the list of method names. When searching for method names for a bean, Spring will check these mappings first.

Parameters

mappings - the mappins of bean keys to method names