Uses of Class
io.ebean.text.PathProperties
| Package | Description |
|---|---|
| io.ebean.text |
Utility objects for CSV, JSON and XML processing.
|
-
Uses of PathProperties in io.ebean.text
Methods in io.ebean.text that return PathProperties Modifier and Type Method Description static PathPropertiesPathProperties. 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".Methods in io.ebean.text with parameters of type PathProperties Modifier and Type Method Description voidPathProperties. addNested(String prefix, PathProperties pathProps)