Home
last modified time | relevance | path

Searched refs:getDeclaredAnnotations (Results 1 – 20 of 20) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedMethodCollector.java85 m.getDeclaredAnnotations()); in collect()
125 : collectAnnotations(m.getDeclaredAnnotations()); in _addMemberMethods()
129 … b.annotations = collectDefaultAnnotations(b.annotations, m.getDeclaredAnnotations()); in _addMemberMethods()
165 Annotation[] anns = m.getDeclaredAnnotations(); in _addMethodMixIns()
DAnnotatedCreatorCollector.java348 AnnotationCollector c = collectAnnotations(main.getDeclaredAnnotations()); in collectAnnotations()
350 c = collectAnnotations(c, mixin.getDeclaredAnnotations()); in collectAnnotations()
358 AnnotationCollector c = collectAnnotations(main.getDeclaredAnnotations()); in collectAnnotations()
360 c = collectAnnotations(c, mixin.getDeclaredAnnotations()); in collectAnnotations()
DAnnotatedFieldCollector.java86 b.annotations = collectAnnotations(b.annotations, f.getDeclaredAnnotations()); in _findFields()
119 … b.annotations = collectAnnotations(b.annotations, mixinField.getDeclaredAnnotations()); in _addFieldMixIns()
/external/guava/android/guava/src/com/google/common/reflect/
DParameter.java77 return getDeclaredAnnotations(); in getAnnotations()
89 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Parameter
DElement.java65 public final Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Element
66 return accessibleObject.getDeclaredAnnotations(); in getDeclaredAnnotations()
/external/guava/guava/src/com/google/common/reflect/
DElement.java65 public final Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Element
66 return accessibleObject.getDeclaredAnnotations(); in getDeclaredAnnotations()
DParameter.java83 return getDeclaredAnnotations(); in getAnnotations()
96 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Parameter
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DAnnotationProcessingUtils.java186 queueAnnotations(Arrays.asList(annotation.annotationType().getDeclaredAnnotations()), in sweepAnnotations()
236 return Arrays.asList(mClass.getDeclaredAnnotations()); in getAnnotations()
255 return Arrays.asList(mMethod.getDeclaredAnnotations()); in getAnnotations()
/external/testng/src/main/java/org/testng/junit/
DJUnit4TestRecognizer.java24 for (Annotation a : m.getDeclaredAnnotations()) { in isTest()
/external/mockito/src/test/java/org/mockito/
DAnnotationsAreCopiedFromMockedTypeTest.java79 public Annotation[] getDeclaredAnnotations() { in firstParamOf() method in AnnotationsAreCopiedFromMockedTypeTest
/external/guice/extensions/grapher/test/com/google/inject/grapher/
DShortNameFactoryTest.java99 Key.get(String.class, Obj.class.getDeclaredField("field").getDeclaredAnnotations()[0]); in testGetAnnotationName_annotationInstance()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DClassUtil.java1143 return cls.getDeclaredAnnotations(); in findClassAnnotations()
1354 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in ClassUtil.Ctor
1357 result = _ctor.getDeclaredAnnotations(); in getDeclaredAnnotations()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java235 for (Annotation a : classOrMethod.getDeclaredAnnotations()) { in getTesterAnnotations()
/external/junit/src/main/java/org/junit/internal/runners/
DJUnit38ClassRunner.java136 return m.getDeclaredAnnotations(); in getAnnotations()
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java235 for (Annotation a : classOrMethod.getDeclaredAnnotations()) { in getTesterAnnotations()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_reflectionmodel_ReflectionClassAdapter.txt75 Line 166) clazz.getDeclaredAnnotations() ==> java.lang.Class.getDeclaredAnnotations()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionClassAdapter.java166 for (Annotation a : clazz.getDeclaredAnnotations()) { in hasDirectlyAnnotation()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionClassAdapter.java166 for (Annotation a : clazz.getDeclaredAnnotations()) { in hasDirectlyAnnotation()
/external/javassist/src/test/javassist/
DJvstTest5.java176 java.lang.annotation.Annotation[] annotations = o.getClass().getDeclaredAnnotations(); in testJIRA256()
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueTest.java2630 for (Annotation annotation : CopyAnnotation.class.getDeclaredAnnotations()) { in testCopyClassAnnotations()
2641 for (Annotation annotation : c.getDeclaredAnnotations()) { in testCopyClassAnnotations()