generatedAdapter

open fun generatedAdapter(    moshi: Moshi,     type: Type,     rawType: Class<out Any>): JsonAdapter<out Any>

Loads the generated JsonAdapter for classes annotated JsonClass. This works because it uses the same naming conventions as JsonClassCodeGenProcessor.