public class ImplementationLoader
extends java.lang.Object
Since this class uses a ServiceLoader
for custom loading, you can
define your own implementations by using a file in the META-INF/services
directory. The implementations that can be customized are:
Modifier and Type | Method and Description |
---|---|
static <E> E |
get(java.lang.Class<E> type)
Returns the implementation for a given class.
|