public class VariantBeanHelper extends Object
Constructor and Description |
---|
VariantBeanHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
apply(Map<String,Variant> data,
Object target,
WriteAttributeResults results) |
static void |
applyValue(Object target,
PropertyDescriptor pd,
Variant value) |
static Map<String,Variant> |
extract(Object source)
Extract the property data as string/variant map
|
static Map<String,Variant> |
extractSafe(Object source) |
public static Map<String,Variant> extract(Object source) throws IntrospectionException, IllegalArgumentException, IllegalAccessException, InvocationTargetException
source
- the source objectIntrospectionException
IllegalArgumentException
IllegalAccessException
InvocationTargetException
public static void apply(Map<String,Variant> data, Object target, WriteAttributeResults results) throws IntrospectionException
IntrospectionException
public static void applyValue(Object target, PropertyDescriptor pd, Variant value) throws OperationException, IllegalArgumentException, IllegalAccessException, InvocationTargetException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.