trait ScalafixMetaconfigReaders extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalafixMetaconfigReaders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit lazy val AddGlobalImportReader: ConfDecoder[AddGlobalImport]
  5. implicit lazy val CustomMessagePattern: ConfDecoder[CustomMessage[Pattern]]
  6. implicit val FilterMatcherReader: ConfDecoder[FilterMatcher]
  7. implicit lazy val PatternDecoder: ConfDecoder[Pattern]
  8. implicit lazy val PrintStreamReader: ConfDecoder[PrintStream]
  9. implicit val RegexReader: ConfDecoder[Regex]
  10. implicit lazy val RemoveGlobalImportReader: ConfDecoder[RemoveGlobalImport]
  11. implicit lazy val ReplaceSymbolReader: ConfDecoder[ReplaceSymbol]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def baseRuleDecoders(index: LazySemanticdbIndex): ConfDecoder[Rule]
  14. def baseSyntacticRuleDecoder: ConfDecoder[Rule]
  15. def castReader[From, To](ConfDecoder: ConfDecoder[From])(implicit ev: ClassTag[To]): ConfDecoder[To]
  16. def classloadRule(index: LazySemanticdbIndex): (Class[_]) ⇒ Seq[SemanticdbIndex]
  17. def classloadRuleDecoder(index: LazySemanticdbIndex): ConfDecoder[Rule]
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. def configFromInput(input: scala.meta.Input, index: LazySemanticdbIndex, extraRules: List[String])(implicit decoder: ConfDecoder[Rule]): Configured[(Rule, ScalafixConfig)]
  20. def defaultRuleDecoder(getSemanticdbIndex: LazySemanticdbIndex): ConfDecoder[Rule]
  21. implicit lazy val dialectReader: ConfDecoder[Dialect]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. implicit lazy val importeeReader: ConfDecoder[Importee]
  28. implicit lazy val importerReader: ConfDecoder[Importer]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. implicit val metaconfigConfDecoder: ConfDecoder[Conf]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def parseReader[T](implicit parse: Parse[T]): ConfDecoder[T]
  35. implicit lazy val parseReader: ConfDecoder[MetaParser]
  36. def parseReplaceSymbol(from: String, to: String): Configured[(Global, Global)]
  37. implicit lazy val refReader: ConfDecoder[Ref]
  38. def ruleConfDecoder(singleRuleDecoder: ConfDecoder[Rule]): ConfDecoder[Rule]
  39. def ruleConfDecoderSyntactic(singleRuleDecoder: ConfDecoder[Rule]): ConfDecoder[Rule]
  40. def scalafixConfigConfDecoder(ruleDecoder: ConfDecoder[Rule], extraRules: List[String] = Nil): ConfDecoder[(Rule, ScalafixConfig)]
  41. def scalafixConfigEmptyRuleReader: ConfDecoder[(Conf, ScalafixConfig)]
  42. implicit lazy val symbolGlobalReader: ConfDecoder[Global]
  43. implicit lazy val symbolReader: ConfDecoder[scala.meta.semanticdb.Symbol]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. implicit lazy val termRefReader: ConfDecoder[Ref]
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  50. object ConfStrLst
  51. object UriRule
  52. object UriRuleString

Inherited from AnyRef

Inherited from Any

Ungrouped