Class GenericsExample<A,B,C>
java.lang.Object
com.ryanharter.auto.value.gson.example.GenericsExample<A,B,C>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Aa()abstract Bb()static <A,B, C> GenericsExample.Builder <A, B, C> builder()abstract Cc()static <A,B, C> com.google.gson.TypeAdapter <GenericsExample<A, B, C>> typeAdapter(com.google.gson.Gson gson, Type[] types)
-
Constructor Details
-
GenericsExample
public GenericsExample()
-
-
Method Details
-
a
-
b
-
c
-
builder
-
typeAdapter
public static <A,B, com.google.gson.TypeAdapter<GenericsExample<A,C> B, typeAdapterC>> (com.google.gson.Gson gson, Type[] types)
-