Package org.apache.johnzon.core.spi
Interface JsonPointerFactory
-
- All Known Implementing Classes:
DefaultJsonPointerFactory
public interface JsonPointerFactory
Factory to create JsonPointer instances. We have a default one in Johnzon, but the aim is tom being able to override it in some edge cases. It uses a usual service loader mechanism to load and sort the factories using the ordinal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description javax.json.JsonPointer
createPointer(javax.json.spi.JsonProvider provider, java.lang.String path)
default int
ordinal()
-