play.json.extra.MacroCommons.scala Maven / Gradle / Ivy
The newest version!
package play.json.extra
/**
* Common values to be used in macros
*/
object MacroCommons {
val standardEmbeddableObjects = Set("String", "Int", "Long", "Double", "Boolean", "Short", "Float", "DateTime", "Integer", "BigInt", "Byte")
val multipleClasses = Set("List", "Set", "Seq", "Vector")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy