trait ClassFileReaderConfiguration extends AnyRef
Defines various settings related to reading/processing class files. To change
the default configuration, override the respective val
using early initializers!
- Source
- ClassFileReaderConfiguration.scala
class ConfiguredFramework extends { override implicit val logContext: LogContext = theLogContext override implicit val config: Config = theConfig } with Java9FrameworkWithInvokedynamicSupportAndCaching(cache) new ConfiguredFramework
- Alphabetic
- By Inheritance
- ClassFileReaderConfiguration
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def loadsInterfacesOnly: Boolean
If
true
method bodies are never loaded.
Concrete Value Members
- implicit val config: Config
The
Config
object that will be used to read the configuration settings for reading in class files. - def defaultConfig: Config
- def defaultLogContext: LogContext
- implicit val logContext: LogContext
The org.opalj.log.LogContext that should be used to log rewritings.
The org.opalj.log.LogContext that should be used to log rewritings.
- Note
The org.opalj.log.LogContext is typically either the org.opalj.log.GlobalLogContext or a project specific log context.