odec.3.8.2.source-code.application.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codec Show documentation
Show all versions of codec Show documentation
Codec serialization library
The newest version!
include "plugins/greet-complex"
addthis.codec.plugins.defaults {
_strict: true
}
com.addthis.codec.jackson.ConfigTest.IntHolder {
inty = 2
}
plugins {
letter {
C: "com.addthis.codec.json.CodecJSONTest$C"
D: "com.addthis.codec.json.CodecJSONTest$D"
# enable array sugar and set it to use D
_array: { _class: D, _primary: letters }
}
bundle {
A: "com.addthis.codec.CodecObjectSubclassTest$A"
B: "com.addthis.codec.CodecObjectSubclassTest$B"
C: "com.addthis.codec.CodecObjectSubclassTest$C"
D: "com.addthis.codec.CodecObjectSubclassTest$D"
}
ccm {
0: com.addthis.codec.letters.C
1: com.addthis.codec.letters.G
}
# required for CodecBasicsTest; good luck figuring out why
empty {}
}