| Package | Description |
|---|---|
| org.revenj | |
| org.revenj.database.postgres.converters | |
| org.revenj.serialization.json | |
| org.revenj.serialization.xml |
| Modifier and Type | Field and Description |
|---|---|
static TreePath |
TreePath.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static TreePath |
TreePath.create(String value) |
TreePath |
TreePath.plus(TreePath other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TreePath.isAncestor(TreePath other) |
boolean |
TreePath.isDescendant(TreePath other) |
TreePath |
TreePath.plus(TreePath other) |
| Modifier and Type | Method and Description |
|---|---|
static TreePath |
TreePathConverter.parse(PostgresReader reader,
boolean allowNulls) |
| Modifier and Type | Method and Description |
|---|---|
static List<TreePath> |
TreePathConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TreePathConverter.serializeURI(PostgresBuffer sw,
TreePath value) |
static void |
TreePathConverter.setParameter(PostgresBuffer sw,
PreparedStatement ps,
int index,
TreePath value) |
static PostgresTuple |
TreePathConverter.toTuple(TreePath value) |
| Modifier and Type | Method and Description |
|---|---|
static TreePath |
TreePathConverter.deserialize(com.dslplatform.json.JsonReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<TreePath> |
TreePathConverter.deserializeCollection(com.dslplatform.json.JsonReader reader) |
static ArrayList<TreePath> |
TreePathConverter.deserializeNullableCollection(com.dslplatform.json.JsonReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TreePathConverter.serialize(TreePath value,
com.dslplatform.json.JsonWriter sw) |
static void |
TreePathConverter.serializeNullable(TreePath value,
com.dslplatform.json.JsonWriter sw) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TreePathConverter.deserializeCollection(com.dslplatform.json.JsonReader reader,
Collection<TreePath> res) |
static void |
TreePathConverter.deserializeNullableCollection(com.dslplatform.json.JsonReader reader,
Collection<TreePath> res) |
| Modifier and Type | Field and Description |
|---|---|
static Function<TreePath,TreePathXML> |
TreePathXML.convert |
| Modifier and Type | Method and Description |
|---|---|
TreePath |
TreePathXML.Adapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
TreePathXML.Adapter.marshal(TreePath v) |
Copyright © 2016. All rights reserved.