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

com.twitter.finatra.jackson.caseclass.Annotations.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.finatra.jackson.caseclass

import com.fasterxml.jackson.databind.BeanProperty
import java.lang.annotation.Annotation

private[finatra] object Annotations {

  def hasAnnotation(beanProperty: BeanProperty, annotations: Seq[Class[_ <: Annotation]]): Boolean =
    annotations.exists(beanProperty.getContextAnnotation(_) != null)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy