public class NodeAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<ComplexNode,Node>
NodeTransformer| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<NodeTransformer> |
NODE_TRANSFORMER_PROVIDER |
| Constructor and Description |
|---|
NodeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
ComplexNode |
marshal(Node node) |
Node |
unmarshal(ComplexNode value) |
public static final ThreadLocal<NodeTransformer> NODE_TRANSFORMER_PROVIDER
public Node unmarshal(ComplexNode value)
unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<ComplexNode,Node>public ComplexNode marshal(Node node)
marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<ComplexNode,Node>Copyright © 2024. All rights reserved.