Package se.ansman.kotshi.model
Class SealedClassJsonAdapter.Subtype
-
- All Implemented Interfaces:
public final class SealedClassJsonAdapter.Subtype
-
-
Field Summary
Fields Modifier and Type Field Description private final TypeNametypeprivate final TypeNamewildcardTypeprivate final TypeNamesuperClassprivate final Stringlabel
-
Constructor Summary
Constructors Constructor Description SealedClassJsonAdapter.Subtype(TypeName type, TypeName wildcardType, TypeName superClass, String label)
-
Method Summary
Modifier and Type Method Description final TypeNamegetType()final TypeNamegetWildcardType()final TypeNamegetSuperClass()final StringgetLabel()-
-
Constructor Detail
-
SealedClassJsonAdapter.Subtype
SealedClassJsonAdapter.Subtype(TypeName type, TypeName wildcardType, TypeName superClass, String label)
-
-
Method Detail
-
getType
final TypeName getType()
-
getWildcardType
final TypeName getWildcardType()
-
getSuperClass
final TypeName getSuperClass()
-
-
-
-