Package org.apache.johnzon.core
Class DefaultJsonPointerFactory
- java.lang.Object
-
- org.apache.johnzon.core.DefaultJsonPointerFactory
-
- All Implemented Interfaces:
JsonPointerFactory
public class DefaultJsonPointerFactory extends java.lang.Object implements JsonPointerFactory
This is not a standard factory but allows Johnzon to support an extended version of JSon Pointer. By default, we support an extended usage of /- when used with replace/remove/get. But in the johnzon-jsonp-strict module, it's overridden so we can pass the JSONP TCK in standalone environments or TomEE or else.
-
-
Constructor Summary
Constructors Constructor Description DefaultJsonPointerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.json.JsonPointer
createPointer(javax.json.spi.JsonProvider provider, java.lang.String path)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.johnzon.core.spi.JsonPointerFactory
ordinal
-
-
-
-
Method Detail
-
createPointer
public javax.json.JsonPointer createPointer(javax.json.spi.JsonProvider provider, java.lang.String path)
- Specified by:
createPointer
in interfaceJsonPointerFactory
-
-