trait ScalafixMetaconfigReaders extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalafixMetaconfigReaders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit lazy val AddGlobalImportReader: ConfDecoder[AddGlobalImport]
- implicit val FilterMatcherReader: ConfDecoder[FilterMatcher]
- implicit lazy val PrintStreamReader: ConfDecoder[PrintStream]
- implicit val RegexReader: ConfDecoder[Regex]
- implicit lazy val RemoveGlobalImportReader: ConfDecoder[RemoveGlobalImport]
- implicit lazy val ReplaceSymbolReader: ConfDecoder[ReplaceSymbol]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseRuleDecoders(index: LazySemanticdbIndex): ConfDecoder[Rule]
- def baseSyntacticRuleDecoder: ConfDecoder[Rule]
- def castReader[From, To](ConfDecoder: ConfDecoder[From])(implicit ev: ClassTag[To]): ConfDecoder[To]
- def classloadRule(index: LazySemanticdbIndex): (Class[_]) ⇒ Seq[SemanticdbIndex]
- def classloadRuleDecoder(index: LazySemanticdbIndex): ConfDecoder[Rule]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def configFromInput(input: scala.meta.Input, index: LazySemanticdbIndex, extraRules: List[String])(implicit decoder: ConfDecoder[Rule]): Configured[(Rule, ScalafixConfig)]
- def defaultRuleDecoder(getSemanticdbIndex: LazySemanticdbIndex): ConfDecoder[Rule]
- implicit lazy val dialectReader: ConfDecoder[Dialect]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- implicit lazy val importeeReader: ConfDecoder[Importee]
- implicit lazy val importerReader: ConfDecoder[Importer]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val metaconfigConfDecoder: ConfDecoder[Conf]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def parseReader[T](implicit parse: Parse[T]): ConfDecoder[T]
- implicit lazy val parseReader: ConfDecoder[MetaParser]
- def parseReplaceSymbol(from: String, to: String): Configured[(Global, Global)]
- implicit lazy val refReader: ConfDecoder[Ref]
- def ruleConfDecoder(singleRuleDecoder: ConfDecoder[Rule]): ConfDecoder[Rule]
- def ruleConfDecoderSyntactic(singleRuleDecoder: ConfDecoder[Rule]): ConfDecoder[Rule]
- def scalafixConfigConfDecoder(ruleDecoder: ConfDecoder[Rule], extraRules: List[String] = Nil): ConfDecoder[(Rule, ScalafixConfig)]
- def scalafixConfigEmptyRuleReader: ConfDecoder[(Conf, ScalafixConfig)]
- implicit lazy val symbolGlobalReader: ConfDecoder[Global]
- implicit lazy val symbolReader: ConfDecoder[scala.meta.semanticdb.Symbol]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit lazy val termRefReader: ConfDecoder[Ref]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object ConfStrLst
- object UriRule
- object UriRuleString