| Package | Description |
|---|---|
| com.avaje.ebean.text |
Utility objects for CSV, JSON and XML processing.
|
| com.avaje.ebean.text.json |
JSON formatting and parsing objects (See JsonContext).
|
| com.avaje.ebeaninternal.server.autofetch |
AutoFetch Implementation
|
| Modifier and Type | Method and Description |
|---|---|
PathProperties |
PathProperties.copy()
Create a copy of this instance so that it can be modified.
|
static PathProperties |
PathProperties.parse(String source)
Parse and return a PathProperties from nested string format like
(a,b,c(d,e),f(g)) where "c" is a path containing "d" and "e" and "f" is a
path containing "g" and the root path contains "a","b","c" and "f".
|
| Modifier and Type | Method and Description |
|---|---|
PathProperties.Props |
PathProperties.Props.copy(PathProperties newOwner)
Create a shallow copy of this Props instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected PathProperties |
JsonWriteOptions.pathProperties |
| Modifier and Type | Method and Description |
|---|---|
PathProperties |
JsonWriteOptions.getPathProperties()
Return the properties to include by path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonWriteOptions.setPathProperties(PathProperties pathProperties)
Set the Map of properties to include by path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsNodeUsage.buildTunedFetch(PathProperties pathProps,
BeanDescriptor<?> rootDesc) |
Copyright © 2014. All Rights Reserved.