public interface JMXBeanMappingSupplier extends ByTypeSupplier<JMXBeanMapping,NotSerializableException>
Modifier and Type | Method and Description |
---|---|
JMXBeanMapping |
get(Type type)
Get a opentype mapping if available.
|
@Nullable JMXBeanMapping get(Type type) throws NotSerializableException
get
in interface ByTypeSupplier<JMXBeanMapping,NotSerializableException>
type
- the java typ eto lookup open type mappingNotSerializableException
- will be thrown if type is a non serializable class (not interface).Copyright © 2018 SPF4J. All rights reserved.