public class TransformFactory extends Object
| Constructor and Description |
|---|
TransformFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected static List<com.bazaarvoice.jolt.JoltTransform> |
getChainrJoltTransformations(ClassLoader classLoader,
Object specJson) |
static com.bazaarvoice.jolt.JoltTransform |
getCustomTransform(ClassLoader classLoader,
String customTransformType,
Object specJson) |
static com.bazaarvoice.jolt.JoltTransform |
getTransform(ClassLoader classLoader,
String transformType,
Object specJson) |
public static com.bazaarvoice.jolt.JoltTransform getTransform(ClassLoader classLoader, String transformType, Object specJson) throws Exception
Exceptionpublic static com.bazaarvoice.jolt.JoltTransform getCustomTransform(ClassLoader classLoader, String customTransformType, Object specJson) throws Exception
Exceptionprotected static List<com.bazaarvoice.jolt.JoltTransform> getChainrJoltTransformations(ClassLoader classLoader, Object specJson) throws Exception
ExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.