public interface JMXBeanMapping
Modifier and Type | Field and Description |
---|---|
static JMXBeanMapping |
NOMAPPING |
Modifier and Type | Method and Description |
---|---|
Object |
fromOpenValue(Object openValue)
convert from open value.
|
Type |
getJavaType()
The Java type the open type mapping is mapped to
|
Class<?> |
getMappedType()
Jet the mapped java type.
|
OpenType<?> |
getOpenType()
The Open Type.
|
default boolean |
isSimpleType()
A type where the open type class and the java class are the same.
|
Object |
toOpenValue(Object javaValue)
convert to open value.
|
static final JMXBeanMapping NOMAPPING
Object fromOpenValue(Object openValue) throws InvalidObjectException
openValue
- InvalidObjectException
Object toOpenValue(Object javaValue) throws OpenDataException
javaValue
- OpenDataException
Type getJavaType()
The Java type the open type mapping is mapped to
Class<?> getMappedType()
OpenType<?> getOpenType()
The Open Type.
default boolean isSimpleType()
Copyright © 2018 SPF4J. All rights reserved.