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

setIgnoredMethods

open fun setIgnoredMethods(vararg ignoredMethodNames: String): Unit

Set the array of method names to be ignored when creating the management info.

These method names will be used for a bean if no entry corresponding to that bean is found in the ignoredMethodsMappings property.

See Also
#setIgnoredMethodMappings(java.util.Properties)