spring-framework / org.springframework.jmx.export.assembler / MethodExclusionMBeanInfoAssembler / setIgnoredMethodMappings

setIgnoredMethodMappings

open fun setIgnoredMethodMappings(mappings: Properties): Unit

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

These method names are ignored when creating the management interface.

The property key must match the bean key and the property value must match the list of method names. When searching for method names to ignore for a bean, Spring will check these mappings first.