Uses of Class
io.dropwizard.db.DataSourceFactory
-
Packages that use DataSourceFactory Package Description com.example.helloworld -
-
Uses of DataSourceFactory in com.example.helloworld
Methods in com.example.helloworld that return DataSourceFactory Modifier and Type Method Description DataSourceFactoryHelloWorldConfiguration. getDataSourceFactory()Methods in com.example.helloworld with parameters of type DataSourceFactory Modifier and Type Method Description voidHelloWorldConfiguration. setDataSourceFactory(DataSourceFactory dataSourceFactory)
-