Package org.jclouds.chef.config
Class ChefParserModule.PrivateKeyAdapterImpl
- java.lang.Object
-
- org.jclouds.chef.config.ChefParserModule.PrivateKeyAdapterImpl
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<PrivateKey>
,ChefParserModule.PrivateKeyAdapter
- Enclosing class:
- ChefParserModule
@Singleton public static class ChefParserModule.PrivateKeyAdapterImpl extends Object implements ChefParserModule.PrivateKeyAdapter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateKey
deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
-
-
-
Method Detail
-
deserialize
public PrivateKey deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
- Specified by:
deserialize
in interfacecom.google.gson.JsonDeserializer<PrivateKey>
- Throws:
com.google.gson.JsonParseException
-
-