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 val FilterMatcherReader: ConfDecoder[FilterMatcher]
  6. implicit lazy val PrintStreamReader: ConfDecoder[PrintStream]
  7. implicit val RegexReader: ConfDecoder[Regex]
  8. implicit lazy val RemoveGlobalImportReader: ConfDecoder[RemoveGlobalImport]
  9. implicit lazy val ReplaceSymbolReader: ConfDecoder[ReplaceSymbol]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def baseRewriteDecoders(semanticCtx: LazySemanticCtx): ConfDecoder[Rewrite]
  12. def baseSyntacticRewriteDecoder: ConfDecoder[Rewrite]
  13. def castReader[From, To](ConfDecoder: ConfDecoder[From])(implicit ev: ClassTag[To]): ConfDecoder[To]
  14. def classloadRewrite(semanticCtx: LazySemanticCtx): (Class[_]) ⇒ Seq[SemanticCtx]
  15. def classloadRewriteDecoder(semanticCtx: LazySemanticCtx): ConfDecoder[Rewrite]
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def configFromInput(input: scala.meta.Input, semanticCtx: LazySemanticCtx, extraRewrites: List[String])(implicit decoder: ConfDecoder[Rewrite]): Configured[(Rewrite, ScalafixConfig)]
  18. def defaultRewriteDecoder(getSemanticCtx: LazySemanticCtx): ConfDecoder[Rewrite]
  19. implicit lazy val dialectReader: ConfDecoder[Dialect]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  25. implicit lazy val importeeReader: ConfDecoder[Importee]
  26. implicit lazy val importerReader: ConfDecoder[Importer]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. implicit val metaconfigConfDecoder: ConfDecoder[Conf]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. def parseReader[T](implicit parse: Parse[T]): ConfDecoder[T]
  33. implicit lazy val parseReader: ConfDecoder[MetaParser]
  34. def parseReplaceSymbol(from: String, to: String): Configured[(Global, Global)]
  35. implicit lazy val refReader: ConfDecoder[Ref]
  36. def rewriteConfDecoder(singleRewriteDecoder: ConfDecoder[Rewrite]): ConfDecoder[Rewrite]
  37. def rewriteConfDecoderSyntactic(singleRewriteDecoder: ConfDecoder[Rewrite]): ConfDecoder[Rewrite]
  38. def scalafixConfigConfDecoder(rewriteDecoder: ConfDecoder[Rewrite], extraRewrites: List[String] = Nil): ConfDecoder[(Rewrite, ScalafixConfig)]
  39. def scalafixConfigEmptyRewriteReader: ConfDecoder[(Conf, ScalafixConfig)]
  40. implicit lazy val symbolGlobalReader: ConfDecoder[Global]
  41. implicit lazy val symbolReader: ConfDecoder[scala.meta.semanticdb.Symbol]
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. implicit lazy val termRefReader: ConfDecoder[Ref]
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. object ConfStrLst
  49. object FromClassloadRewrite
  50. object UriRewrite
  51. object UriRewriteString

Inherited from AnyRef

Inherited from Any

Ungrouped