Package org.eclipse.persistence.oxm.json
Class JsonObjectBuilderResult
java.lang.Object
org.eclipse.persistence.internal.oxm.record.ExtendedResult
org.eclipse.persistence.oxm.json.JsonObjectBuilderResult
- All Implemented Interfaces:
Result
public class JsonObjectBuilderResult
extends org.eclipse.persistence.internal.oxm.record.ExtendedResult
-
Field Summary
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.json.JsonObjectBuilder
Methods inherited from class org.eclipse.persistence.internal.oxm.record.ExtendedResult
getSystemId, setSystemId
-
Constructor Details
-
JsonObjectBuilderResult
public JsonObjectBuilderResult() -
JsonObjectBuilderResult
public JsonObjectBuilderResult(jakarta.json.JsonObjectBuilder jsonObjectBuilder)
-
-
Method Details
-
createRecord
- Specified by:
createRecord
in classorg.eclipse.persistence.internal.oxm.record.ExtendedResult
-
getJsonObjectBuilder
public jakarta.json.JsonObjectBuilder getJsonObjectBuilder()
-