com.github.pjfanning.jackson.reflection.ScalaReflectionAnnotationIntrospectorModule.scala Maven / Gradle / Ivy
package com.github.pjfanning.jackson.reflection
import com.fasterxml.jackson.core.Version
trait ScalaReflectAnnotationIntrospectorModule extends JacksonModule {
this += { _.appendAnnotationIntrospector(new ScalaReflectionAnnotationIntrospector) }
}
object ScalaReflectAnnotationIntrospectorModule extends ScalaReflectAnnotationIntrospectorModule
© 2015 - 2025 Weber Informatics LLC | Privacy Policy