com.avast.syringe.config.internal

ConfigClassAnalyzer

object ConfigClassAnalyzer extends

Visibility
  1. Public
  2. All

Value Members

  1. def findAnnotatedMethod(annotationClass: java.lang.Class[_ <: java.lang.annotation.Annotation], cls: java.lang.Class[_]): Method

  2. def stripDeep(decorated: Any): AnyRef

  3. def stripShallow(decorated: Any): AnyRef

  4. def toMap(properties: List[InjectableProperty]): Map[String, InjectableProperty]

  5. def toMap(cls: Class): Map[String, InjectableProperty]