org.jclouds.json.internal
Class NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter<E>

java.lang.Object
  extended by com.google.gson.TypeAdapter<Set<E>>
      extended by org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter<E>
Enclosing class:
NullFilteringTypeAdapterFactories.SetTypeAdapterFactory

public static final class NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter<E>
extends com.google.gson.TypeAdapter<Set<E>>


Constructor Summary
NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter(com.google.gson.TypeAdapter<E> elementAdapter)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 Set<E> read(com.google.gson.stream.JsonReader in)
           
 String toString()
           
 void write(com.google.gson.stream.JsonWriter out, Set<E> value)
           
 
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter

public NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter(com.google.gson.TypeAdapter<E> elementAdapter)
Method Detail

write

public void write(com.google.gson.stream.JsonWriter out,
                  Set<E> value)
           throws IOException
Specified by:
write in class com.google.gson.TypeAdapter<Set<E>>
Throws:
IOException

read

public Set<E> read(com.google.gson.stream.JsonReader in)
            throws IOException
Specified by:
read in class com.google.gson.TypeAdapter<Set<E>>
Throws:
IOException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 jclouds. All Rights Reserved.