0943ef5a61
* Extract generatedJsonAdapterName to public API for other generators/consumers * Fix kapt location in tests * Add IDE-generated dependency-reduced-pom.xml to gitignore This always bites me * Add generator property to JsonClass and skip in processor * Opportunistically fix formatting for generateAdapter doc * Extract NullSafeJsonAdapter for delegate testing * Add custom adapter tests * Allow no-moshi constructors for generated adapters * Fix rebase issue * Use something other than nullSafe() for lenient check This no longer propagates lenient * Add missing copyrights * Add top-level class note * Add note about working against Moshi's generated signature * Add missing bit to "requirements for" * Note kotlin requirement relaxed in custom generators * Style
25 lines
177 B
Text
25 lines
177 B
Text
.classpath
|
|
.project
|
|
.settings
|
|
eclipsebin
|
|
|
|
bin
|
|
gen
|
|
build
|
|
out
|
|
lib
|
|
|
|
target
|
|
pom.xml.*
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
classes
|
|
|
|
obj
|
|
|
|
.DS_Store
|