Uses of Interface
org.apache.curator.x.async.modeled.typed.TypedZPath0
-
Packages that use TypedZPath0 Package Description org.apache.curator.x.async.modeled.typed -
-
Uses of TypedZPath0 in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return TypedZPath0 Modifier and Type Method Description static TypedZPath0TypedZPath0. from(java.lang.String pathWithIds)Return a TypedZPath usingZPath.parseWithIds(java.lang.String)static TypedZPath0TypedZPath0. from(ZPath path)Return a TypedZPathMethods in org.apache.curator.x.async.modeled.typed with parameters of type TypedZPath0 Modifier and Type Method Description static <M> TypedModelSpec0<M>TypedModelSpec0. from(ModelSpecBuilder<M> builder, TypedZPath0 path)Return a new TypedModelSpec using the given model spec builder and typed path.
-