| Package | Description |
|---|---|
| org.apache.aries.jmx.codec |
| Modifier and Type | Method and Description |
|---|---|
static <T> PropertyData<T> |
PropertyData.from(CompositeData compositeData)
Constructs a
PropertyData object from the given CompositeData |
static PropertyData<Boolean> |
PropertyData.newInstance(String key,
boolean value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive boolean type |
static PropertyData<Byte> |
PropertyData.newInstance(String key,
byte value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive byte type |
static PropertyData<Character> |
PropertyData.newInstance(String key,
char value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive char type |
static PropertyData<Double> |
PropertyData.newInstance(String key,
double value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive double type |
static PropertyData<Float> |
PropertyData.newInstance(String key,
float value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive float type |
static PropertyData<Integer> |
PropertyData.newInstance(String key,
int value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive int type |
static PropertyData<Long> |
PropertyData.newInstance(String key,
long value)
Static factory method for
PropertyData instance which preserves encoded type
information for primitive long type |
static <T> PropertyData<T> |
PropertyData.newInstance(String key,
T value)
Static factory method for
PropertyData instance parameterized by value's type |
Copyright © 2015 JBoss by Red Hat. All rights reserved.