spring-framework / org.springframework.jmx.export.metadata / JmxAttributeSource / getManagedOperationParameters

getManagedOperationParameters

abstract fun getManagedOperationParameters(method: Method): Array<ManagedOperationParameter>

Implementations should return an array of ManagedOperationParameter if the supplied Method has the corresponding metadata. Otherwise should return an empty array if no metadata is found.

Parameters

method - the Method to read the metadata from

Exceptions

InvalidMetadataException - in the case of invalid attributes.

Return
the parameter information.