A dagger- or javax.inject-defined class for requestKind that that can wrap another type but share the same dagger.model.Key. For example, Provider and Lazy can both be requested if a key exists for String; they all share the same ke
(RequestKind requestKind)
| 162 | * historical/implementation reasons has not had an associated framework class. |
| 163 | */ |
| 164 | static Optional<Class<?>> frameworkClass(RequestKind requestKind) { |
| 165 | return Optional.ofNullable(FRAMEWORK_CLASSES.get(requestKind)); |
| 166 | } |
| 167 | |
| 168 | private RequestKinds() {} |
| 169 | } |
no test coverage detected