public JsonObjectBuilder createObjectBuilder()

in src/main/java/javax/json/spi/JsonProvider.java [102:104]


    public JsonObjectBuilder createObjectBuilder(JsonObject jsonObject) {
        throw new UnsupportedOperationException();
    }