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:
javax.xml.transform.Result
public class JsonObjectBuilderResult extends org.eclipse.persistence.internal.oxm.record.ExtendedResult
-
-
Constructor Summary
Constructors Constructor Description JsonObjectBuilderResult()
JsonObjectBuilderResult(javax.json.JsonObjectBuilder jsonObjectBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarshalRecord
createRecord()
javax.json.JsonObjectBuilder
getJsonObjectBuilder()
-
-
-
Method Detail
-
createRecord
public MarshalRecord createRecord()
- Specified by:
createRecord
in classorg.eclipse.persistence.internal.oxm.record.ExtendedResult
-
getJsonObjectBuilder
public javax.json.JsonObjectBuilder getJsonObjectBuilder()
-
-