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 | create(org.apache.pekko.actor.ActorSystem system)Deprecated. 
 Use forServer or forClient instead. | 
| ParserSettings | create(com.typesafe.config.Config config)Deprecated. 
 Use forServer or forClient instead. | 
| ParserSettings | create(java.lang.String configOverrides)Deprecated. 
 Use forServer or forClient instead. | 
| ParserSettings | forClient(org.apache.pekko.actor.ClassicActorSystemProvider system) | 
| ParserSettings | forServer(org.apache.pekko.actor.ClassicActorSystemProvider system) | 
public static final ParserSettings$ MODULE$
public ParserSettings create(com.typesafe.config.Config config)
SettingsCompanionJava API
create in interface SettingsCompanion<ParserSettings>config - (undocumented)public ParserSettings create(java.lang.String configOverrides)
SettingsCompanionJava API
create in interface SettingsCompanion<ParserSettings>configOverrides - (undocumented)public ParserSettings create(org.apache.pekko.actor.ActorSystem system)
SettingsCompanionJava API
create in interface SettingsCompanion<ParserSettings>system - (undocumented)public ParserSettings forServer(org.apache.pekko.actor.ClassicActorSystemProvider system)
public ParserSettings forClient(org.apache.pekko.actor.ClassicActorSystemProvider system)