| Modifier and Type | Method and Description |
|---|---|
Mode |
Node.getMode() |
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JpaSerializer.config(String field,
Mode mode) |
protected void |
JpaSerializer.config(String field,
Mode mode,
Operation operation) |
Boolean |
Nodes.is(Object key,
Mode mode) |
Boolean |
AbstractNodes.is(Object key,
Mode mode) |
Boolean |
Nodes.is(Object key,
Mode mode,
Operation operation) |
Boolean |
AbstractNodes.is(Object key,
Mode mode,
Operation operation) |
void |
Nodes.put(String key,
Mode mode) |
void |
AbstractNodes.put(String key,
Mode mode) |
void |
Nodes.put(String key,
Mode mode,
Operation operation) |
void |
AbstractNodes.put(String key,
Mode mode,
Operation operation) |
| Constructor and Description |
|---|
Node(Mode mode) |
Node(Mode mode,
List<Operation> operations) |
Node(Mode mode,
Operation operation) |
Copyright © 2017. All rights reserved.