Package io.minio.messages
Class RestoreRequest.CannedAcl.CannedAclConverter
java.lang.Object
io.minio.messages.RestoreRequest.CannedAcl.CannedAclConverter
- All Implemented Interfaces:
org.simpleframework.xml.convert.Converter<RestoreRequest.CannedAcl>
- Enclosing class:
- RestoreRequest.CannedAcl
public static class RestoreRequest.CannedAcl.CannedAclConverter
extends Object
implements org.simpleframework.xml.convert.Converter<RestoreRequest.CannedAcl>
XML converter of
RestoreRequest.CannedAcl.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(org.simpleframework.xml.stream.InputNode node) voidwrite(org.simpleframework.xml.stream.OutputNode node, RestoreRequest.CannedAcl cannedAcl)
-
Constructor Details
-
CannedAclConverter
public CannedAclConverter()
-
-
Method Details
-
read
public RestoreRequest.CannedAcl read(org.simpleframework.xml.stream.InputNode node) throws Exception - Specified by:
readin interfaceorg.simpleframework.xml.convert.Converter<RestoreRequest.CannedAcl>- Throws:
Exception
-
write
public void write(org.simpleframework.xml.stream.OutputNode node, RestoreRequest.CannedAcl cannedAcl) throws Exception - Specified by:
writein interfaceorg.simpleframework.xml.convert.Converter<RestoreRequest.CannedAcl>- Throws:
Exception
-