generated Json Adapter Name
Resolves the generated JsonAdapter fully qualified class name for a given JsonClass-annotatedclazz. This is the same lookup logic used by both the Moshi code generation as well as lookup for any JsonClass-annotated classes. This can be useful if generating your own JsonAdapters without using Moshi's first party code gen.
Return
the resolved fully qualified class name to the expected generated JsonAdapter class. Note that this name will always be a top-level class name and not a nested class.
Parameters
the class to calculate a generated JsonAdapter name for.
Resolves the generated JsonAdapter fully qualified class name for a given JsonClass-annotatedclassName. This is the same lookup logic used by both the Moshi code generation as well as lookup for any JsonClass-annotated classes. This can be useful if generating your own JsonAdapters without using Moshi's first party code gen.
Return
the resolved fully qualified class name to the expected generated JsonAdapter class. Note that this name will always be a top-level class name and not a nested class.
Parameters
the fully qualified class to calculate a generated JsonAdapter name for.