public class ClobToStringTransform extends AnyToStringTransform
| Constructor and Description |
|---|
ClobToStringTransform() |
ClobToStringTransform(Class<? extends BaseClobType> fromType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExplicit() |
Object |
transformDirect(Object value)
This method transforms a value of the source type into a value
of the target type.
|
getSourceType, getTargetTypegetDescription, getDisplayName, getSourceTypeName, getTargetTypeName, toString, transformpublic ClobToStringTransform()
public ClobToStringTransform(Class<? extends BaseClobType> fromType)
public Object transformDirect(Object value) throws TransformationException
transformDirect in class AnyToStringTransformvalue - Incoming value of source typeTransformationException - if value is an incorrect input type or
the transformation failspublic boolean isExplicit()
isExplicit in class TransformTransform.isExplicit()Copyright © 2019. All rights reserved.