public interface NestedCoercibleType<Node,Result> extends CoercibleType<Node>
Modifier and Type | Method and Description |
---|---|
Node |
deepCopy(Node node) |
heretical.pointer.path.NestedPointerCompiler<Node,Result> |
getNestedPointerCompiler() |
Node |
newRoot() |
default Node |
node(java.lang.Object value)
Method getNode returns a Node representation for the given value.
|
canonical, coerce, getCanonicalType
heretical.pointer.path.NestedPointerCompiler<Node,Result> getNestedPointerCompiler()
default Node node(java.lang.Object value)
This is different than a type coercion. With a coercion, a String value could be parsed from XML into a DOM object.
With a literal conversion, it is assumed the String is a literal String value and is not to be parsed.
value
- of ObjectCopyright © 2007-2017 Cascading Maintainers. All Rights Reserved.