Expression<T>public class CreateObjectNode<T> extends Node<T>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CreateObjectNode.Entry<U> |
| Constructor | Description |
|---|---|
CreateObjectNode(Adapter<T> runtime,
List<CreateObjectNode.Entry<T>> entries) |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
internalEquals(Object o) |
|
protected int |
internalHashCode() |
|
protected String |
internalToString() |
|
T |
search(T input) |
Evaluate this expression against a JSON-like structure and return the result.
|
public CreateObjectNode(Adapter<T> runtime, List<CreateObjectNode.Entry<T>> entries)
public T search(T input)
Expressionprotected String internalToString()
internalToString in class Node<T>protected boolean internalEquals(Object o)
internalEquals in class Node<T>protected int internalHashCode()
internalHashCode in class Node<T>Copyright © 2016–2019. All rights reserved.