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

setManagedInterfaces

open fun setManagedInterfaces(@Nullable vararg managedInterfaces: Class<*>): Unit

Set the array of interfaces to use for creating the management info. These interfaces will be used for a bean if no entry corresponding to that bean is found in the interfaceMappings property.

Parameters

managedInterfaces - an array of classes indicating the interfaces to use. Each entry MUST be an interface.

See Also
#setInterfaceMappings