Class ReferencingFactory.EmptyReferenceFactory<T>
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.ReferencingFactory.EmptyReferenceFactory<T>
-
- All Implemented Interfaces:
java.util.function.Supplier<Ref<T>>
- Enclosing class:
- ReferencingFactory<T>
private static class ReferencingFactory.EmptyReferenceFactory<T> extends java.lang.Object implements java.util.function.Supplier<Ref<T>>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EmptyReferenceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ref<T>
get()
-