Package se.ansman.kotshi.model
Class ObjectJsonAdapter
-
- All Implemented Interfaces:
public final class ObjectJsonAdapter extends GeneratableJsonAdapter
-
-
Field Summary
Fields Modifier and Type Field Description private final StringtargetPackageNameprivate final List<String>targetSimpleNamesprivate final Map<String, String>polymorphicLabelsprivate final List<TypeVariableName>targetTypeVariablesprivate final ClassNamerawTargetTypeprivate final TypeNametargetTypeprivate final ClassNameadapterClassNameprivate final TypeNameadapterTypeNameprivate final StringadapterName
-
Method Summary
Modifier and Type Method Description StringgetTargetPackageName()List<String>getTargetSimpleNames()final Map<String, String>getPolymorphicLabels()-
Methods inherited from class se.ansman.kotshi.model.GeneratableJsonAdapter
getAdapterClassName, getAdapterName, getAdapterTypeName, getRawTargetType, getTargetType, getTargetTypeVariables -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTargetPackageName
String getTargetPackageName()
-
getTargetSimpleNames
List<String> getTargetSimpleNames()
-
getPolymorphicLabels
final Map<String, String> getPolymorphicLabels()
-
-
-
-