
Type Transformer
by Appian Corporation
Description
Contains a Java library to make reading and creating complex objects (CDT, Dictionary) and primitive Appian types within plug-ins easy.
Features
https://appianps.github.io/ps-ext-TypeTransformer/apidocs/
Release notes
[MIGRATED] This is a Java library to make reading and creating complex objects (CDT, Dictionary) and primitive Appian types within plug-ins easy.
See the Java docs for examples and full API: http://appianps.github.io/ps-ext-TypeTransformer/apidocs/
Note: This is the successor to the CDT Helper library which only supported CDTs.
v1.4 Update log4j build version
v1.3 Updated package to com.appiancorp.ps.plugins.typetransformer
v1.2 Added AppianComplex object that represents a CDT to enforce structure and expose type attributes. Added ability to convert TypedValue ("Any Type") objects to equivalent Java objects.
v1.1 added convenience methods for unwrapping values from the AppianPrimitive types
- AppianList.getList, AppianList.getValue, AppianList.toList, AppianObject.getList, AppianObject.getValue
Version history (1)
1.3.0
[MIGRATED] This is a Java library to make reading and creating complex objects (CDT, Dictionary) and primitive Appian types within plug-ins easy.
See the Java docs for examples and full API: http://appianps.github.io/ps-ext-TypeTransformer/apidocs/
Note: This is the successor to the CDT Helper library which only supported CDTs.
v1.3 Updated package to com.appiancorp.ps.plugins.typetransformer
v1.2 Added AppianComplex object that represents a CDT to enforce structure and expose type attributes. Added ability to convert TypedValue ("Any Type") objects to equivalent Java objects.
v1.1 added convenience methods for unwrapping values from the AppianPrimitive types
- AppianList.getList, AppianList.getValue, AppianList.toList, AppianObject.getList, AppianObject.getValue