Package stroom.query.audit.model
Class DocRefEntity.ClassProvider<T extends DocRefEntity>
- java.lang.Object
-
- stroom.query.audit.model.DocRefEntity.ClassProvider<T>
-
- Type Parameters:
T
- The specific implementation of QueryableEntity used in the application
- All Implemented Interfaces:
java.util.function.Supplier<java.lang.Class<T>>
- Enclosing class:
- DocRefEntity
public static class DocRefEntity.ClassProvider<T extends DocRefEntity> extends java.lang.Object implements java.util.function.Supplier<java.lang.Class<T>>
Used for injection based on templated services.
-
-
Constructor Summary
Constructors Constructor Description ClassProvider(java.lang.Class<T> clazz)
-
-
-
Constructor Detail
-
ClassProvider
public ClassProvider(java.lang.Class<T> clazz)
-
-
Method Detail
-
get
public java.lang.Class<T> get()
- Specified by:
get
in interfacejava.util.function.Supplier<T extends DocRefEntity>
-
-