This project has retired. For details please refer to its
Attic page.
DigitalOceanParserModule.SshPublicKeyAdapter (Apache jclouds 2.0.0 API)
- java.lang.Object
-
- com.google.gson.TypeAdapter<PublicKey>
-
- org.jclouds.digitalocean2.config.DigitalOceanParserModule.SshPublicKeyAdapter
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
PublicKey |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
PublicKey value) |
-
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DigitalOceanParserModule.SshPublicKeyAdapter
@Inject
public DigitalOceanParserModule.SshPublicKeyAdapter(com.google.common.base.Function<PublicKey,String> publicKeyToSshKey,
com.google.common.base.Function<String,PublicKey> sshKeyToPublicKey)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.