java.lang.Object
io.ebean.plugin.Lookups
Provides Lookup instances using potentially module specific Lookups.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MethodHandles.LookupReturn a Lookup ideally for the module associated with the given type.static <T> TnewDefaultInstance(Class<?> type) Find the default constructor and return a new instance for the given type potentially using a module specific Lookup instance.
-
Constructor Details
-
Lookups
public Lookups()
-
-
Method Details
-
getLookup
Return a Lookup ideally for the module associated with the given type. -
newDefaultInstance
Find the default constructor and return a new instance for the given type potentially using a module specific Lookup instance.- Throws:
Throwable
-