Package play.db.ebean
Class DefaultEbeanConfig.EbeanConfigParser
- java.lang.Object
-
- play.db.ebean.DefaultEbeanConfig.EbeanConfigParser
-
- All Implemented Interfaces:
javax.inject.Provider<EbeanConfig>
- Enclosing class:
- DefaultEbeanConfig
@Singleton public static class DefaultEbeanConfig.EbeanConfigParser extends java.lang.Object implements javax.inject.Provider<EbeanConfig>
-
-
Constructor Summary
Constructors Constructor Description EbeanConfigParser(com.typesafe.config.Config config, play.Environment environment, play.db.DBApi dbApi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EbeanConfigget()EbeanConfigparse()Reads the configuration and creates config for Ebean servers.
-
-
-
Method Detail
-
get
public EbeanConfig get()
- Specified by:
getin interfacejavax.inject.Provider<EbeanConfig>
-
parse
public EbeanConfig parse()
Reads the configuration and creates config for Ebean servers.- Returns:
- a config for Ebean servers.
-
-