Package | Description |
---|---|
com.streamscape.sdo.sdrpath |
Modifier and Type | Class and Description |
---|---|
class |
ReferencedTypeCastException
Title: Framework Support Library
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
ReferencePathManager.getReferenceValueMap(java.util.List sdrPaths,
java.lang.Object object)
Returns a table containing the reference paths to object elements and their associated values.
|
java.lang.Class |
ReferencePathManager.getTypeAtPath(java.lang.String sdrPath,
java.lang.Class clazz) |
java.lang.Object |
ReferencePathManager.getValueAtMap(java.lang.String sdrPath,
java.lang.Object map)
Extracts a value from the object specified by the
Structured Data Reference Path . |
java.lang.Object |
ReferencePathManager.getValueAtPath(java.lang.String sdrPath,
java.lang.Object object)
Extracts a value from the object specified by the
Structured Data Reference Path . |
void |
ReferencePathManager.setValueAtMap(java.lang.String sdrPath,
java.lang.Object object,
java.lang.Object fieldValue)
Sets a value of an object field specified by the
Structured Data Reference Path . |
void |
ReferencePathManager.setValueAtMap(java.lang.String sdrPath,
java.lang.Object object,
java.lang.Object fieldValue,
boolean convertPrimitives) |
void |
ReferencePathManager.setValueAtPath(java.lang.String sdrPath,
java.lang.Object object,
java.lang.Object fieldValue)
Sets a value of an object field specified by the
Structured Data Reference Path . |
void |
ReferencePathManager.setValueAtPath(java.lang.String sdrPath,
java.lang.Object object,
java.lang.Object fieldValue,
boolean convertPrimitives) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.