Class 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.
    • 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
    • Constructor Detail

      • DefaultJsonPointerFactory

        public DefaultJsonPointerFactory()
    • Method Detail

      • createPointer

        public javax.json.JsonPointer createPointer​(javax.json.spi.JsonProvider provider,
                                                    java.lang.String path)
        Specified by:
        createPointer in interface JsonPointerFactory