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