Searched refs:strategyFor (Results 1 – 1 of 1) sorted by relevance
73 this.annotationStrategy = strategyFor(annotationType); in Key()93 this.annotationStrategy = strategyFor(annotation); in Key()219 return new Key<T>(type, strategyFor(annotationType)); in get()224 return new Key<T>(type, strategyFor(annotation)); in get()234 return new Key<Object>(type, strategyFor(annotationType)); in get()239 return new Key<Object>(type, strategyFor(annotation)); in get()250 return new Key<T>(typeLiteral, strategyFor(annotationType)); in get()255 return new Key<T>(typeLiteral, strategyFor(annotation)); in get()314 static AnnotationStrategy strategyFor(Annotation annotation) { in strategyFor() method in Key328 static AnnotationStrategy strategyFor(Class<? extends Annotation> annotationType) { in strategyFor() method in Key[all …]