Package com.github.erosb.jsonsKema
Class DynamicPath
-
- All Implemented Interfaces:
public final class DynamicPath
-
-
Constructor Summary
Constructors Constructor Description DynamicPath()
-
Method Summary
Modifier and Type Method Description final <P extends Any> PinSegmentPath(String seg, Function0<P> cb)final JsonPointerasPointer()-
-
Method Detail
-
inSegmentPath
final <P extends Any> P inSegmentPath(String seg, Function0<P> cb)
-
asPointer
final JsonPointer asPointer()
-
-
-
-