public class ParserSettings$ extends java.lang.Object implements SettingsCompanion<ParserSettings>
Modifier and Type | Field and Description |
---|---|
static ParserSettings$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ParserSettings$() |
Modifier and Type | Method and Description |
---|---|
ParserSettings |
apply(com.typesafe.config.Config config)
Deprecated.
Use forServer or forClient instead. Since Akka HTTP 10.2.0.
|
ParserSettings |
apply(java.lang.String configOverrides)
Deprecated.
Use forServer or forClient instead. Since Akka HTTP 10.2.0.
|
ParserSettings |
forClient(org.apache.pekko.actor.ClassicActorSystemProvider system) |
ParserSettings |
forServer(org.apache.pekko.actor.ClassicActorSystemProvider system) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, apply
public static final ParserSettings$ MODULE$
public ParserSettings apply(com.typesafe.config.Config config)
SettingsCompanion
apply
in interface SettingsCompanion<ParserSettings>
config
- (undocumented)public ParserSettings apply(java.lang.String configOverrides)
SettingsCompanion
apply
in interface SettingsCompanion<ParserSettings>
configOverrides
- (undocumented)public ParserSettings forServer(org.apache.pekko.actor.ClassicActorSystemProvider system)
public ParserSettings forClient(org.apache.pekko.actor.ClassicActorSystemProvider system)