Trait/Object

scalafix.internal.config

ScalafixMetaconfigReaders

Related Docs: object ScalafixMetaconfigReaders | package config

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit lazy val AddGlobalImportReader: ConfDecoder[AddGlobalImport]

    Permalink
  5. object ConfStrLst

    Permalink
  6. implicit lazy val CustomMessagePattern: ConfDecoder[v0.CustomMessage[Pattern]]

    Permalink
  7. implicit val FilterMatcherReader: ConfDecoder[FilterMatcher]

    Permalink
  8. implicit lazy val PatternDecoder: ConfDecoder[Pattern]

    Permalink
  9. implicit lazy val PrintStreamReader: ConfDecoder[PrintStream]

    Permalink
  10. implicit val RegexReader: ConfDecoder[Regex]

    Permalink
  11. implicit lazy val RemoveGlobalImportReader: ConfDecoder[RemoveGlobalImport]

    Permalink
  12. implicit lazy val ReplaceSymbolReader: ConfDecoder[ReplaceSymbol]

    Permalink
  13. lazy val SlashSeparated: Regex

    Permalink
  14. object UriRule

    Permalink
  15. object UriRuleString

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def baseRuleDecoders(index: LazySemanticdbIndex): ConfDecoder[v0.Rule]

    Permalink
  18. def baseSyntacticRuleDecoder: ConfDecoder[v0.Rule]

    Permalink
  19. def castReader[From, To](ConfDecoder: ConfDecoder[From])(implicit ev: ClassTag[To]): ConfDecoder[To]

    Permalink
  20. def classloadRule(index: LazySemanticdbIndex): (Class[_]) ⇒ Seq[v0.SemanticdbIndex]

    Permalink
  21. def classloadRuleDecoder(index: LazySemanticdbIndex): ConfDecoder[v0.Rule]

    Permalink
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def configFromInput(input: Input, index: LazySemanticdbIndex, extraRules: List[String])(implicit decoder: ConfDecoder[v0.Rule]): Configured[(v0.Rule, ScalafixConfig)]

    Permalink
  24. def defaultRuleDecoder(getSemanticdbIndex: LazySemanticdbIndex): ConfDecoder[v0.Rule]

    Permalink
  25. implicit lazy val dialectReader: ConfDecoder[Dialect]

    Permalink
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. implicit lazy val importeeReader: ConfDecoder[Importee]

    Permalink
  32. implicit lazy val importerReader: ConfDecoder[Importer]

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. implicit val metaconfigConfDecoder: ConfDecoder[Conf]

    Permalink
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def parseReader[T](implicit parse: Parse[T]): ConfDecoder[T]

    Permalink
  39. implicit lazy val parseReader: ConfDecoder[MetaParser]

    Permalink
  40. def parseReplaceSymbol(from: String, to: String): Configured[(Global, Global)]

    Permalink
  41. implicit lazy val refReader: ConfDecoder[Ref]

    Permalink
  42. def ruleConfDecoder(singleRuleDecoder: ConfDecoder[v0.Rule]): ConfDecoder[v0.Rule]

    Permalink
  43. def ruleConfDecoderSyntactic(singleRuleDecoder: ConfDecoder[v0.Rule]): ConfDecoder[v0.Rule]

    Permalink
  44. def scalafixConfigConfDecoder(ruleDecoder: ConfDecoder[v0.Rule], extraRules: List[String] = Nil): ConfDecoder[(v0.Rule, ScalafixConfig)]

    Permalink
  45. def scalafixConfigEmptyRuleReader: ConfDecoder[(Conf, ScalafixConfig)]

    Permalink
  46. implicit lazy val symbolGlobalReader: ConfDecoder[Global]

    Permalink
  47. implicit lazy val symbolReader: ConfDecoder[Symbol]

    Permalink
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. implicit lazy val termRefReader: ConfDecoder[Ref]

    Permalink
  50. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped