Class GetObject.Response
- java.lang.Object
-
- io.helidon.integrations.common.rest.ApiJsonParser
-
- io.helidon.integrations.oci.connect.OciResponseParser
-
- io.helidon.integrations.oci.objectstorage.GetObject.Response
-
- Enclosing class:
- GetObject
public static class GetObject.Response extends OciResponseParser
Response object parsed from JSON returned by theRestApi
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeTo(WritableByteChannel channel)
Write the response to the provided byte channel.-
Methods inherited from class io.helidon.integrations.oci.connect.OciResponseParser
getInstant, toInstant
-
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
-
-
-
Method Detail
-
writeTo
public void writeTo(WritableByteChannel channel)
Write the response to the provided byte channel.- Parameters:
channel
- channel to write to- See Also:
Channels.newChannel(java.io.OutputStream)
-
-