Class CorsSettings$
java.lang.Object
org.apache.pekko.http.impl.util.SettingsCompanionImpl<CorsSettings>
org.apache.pekko.http.cors.scaladsl.settings.CorsSettings$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CorsSettings$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config config) Methods inherited from class org.apache.pekko.http.impl.util.SettingsCompanionImpl
apply, apply, apply, configAdditions, prefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CorsSettings$
public CorsSettings$()
-
-
Method Details
-
fromSubConfig
public CorsSettings fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config config) - Specified by:
fromSubConfigin classSettingsCompanionImpl<CorsSettings>
-