Class ConstructorParameter.FakeAnnotatedElement
java.lang.Object
org.apache.sling.models.impl.model.ConstructorParameter.FakeAnnotatedElement
- All Implemented Interfaces:
AnnotatedElement
- Enclosing class:
- ConstructorParameter
public static class ConstructorParameter.FakeAnnotatedElement
extends Object
implements AnnotatedElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation(Class<T> paramClass) intbooleanisAnnotationPresent(Class<? extends Annotation> paramClass) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
Constructor Details
-
FakeAnnotatedElement
-
-
Method Details
-
isAnnotationPresent
- Specified by:
isAnnotationPresentin interfaceAnnotatedElement
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotatedElement
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotationsin interfaceAnnotatedElement
-
getParameterIndex
public int getParameterIndex() -
toString
-