Package play.db.ebean
Class ModelsConfigLoader
- java.lang.Object
-
- play.db.ebean.ModelsConfigLoader
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.ClassLoader,java.util.Map<java.lang.String,java.util.List<java.lang.String>>>
public class ModelsConfigLoader extends java.lang.Object implements java.util.function.Function<java.lang.ClassLoader,java.util.Map<java.lang.String,java.util.List<java.lang.String>>>Given a classloader, load the models configuration.This is used by the ebean sbt plugin to get the same models configuration that will be loaded by the app.
-
-
Constructor Summary
Constructors Constructor Description ModelsConfigLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<java.lang.String>>apply(java.lang.ClassLoader classLoader)
-