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