All Downloads are FREE. Search and download functionalities are using the official Maven repository.

odec.3.8.2.source-code.application.conf Maven / Gradle / Ivy

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 {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy