Uses of Class
io.ebean.text.PathProperties
-
Uses of PathProperties in io.ebean.text
Modifier and TypeMethodDescriptionstatic PathProperties
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 TypeMethodDescriptionvoid
PathProperties.addNested
(String prefix, PathProperties pathProps)