public class BackedAnnotatedParameter<X> extends BackedAnnotated implements AnnotatedParameter<X>, java.io.Serializable
| Constructor and Description |
|---|
BackedAnnotatedParameter(java.lang.reflect.Type baseType,
java.lang.annotation.Annotation[] annotations,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
protected java.lang.reflect.AnnotatedElement |
getAnnotatedElement() |
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationType) |
java.util.Set<java.lang.annotation.Annotation> |
getAnnotations() |
BackedAnnotatedCallable<X,?> |
getDeclaringCallable() |
int |
getPosition() |
protected ReflectionCache |
getReflectionCache() |
int |
hashCode() |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
static <X> AnnotatedParameter<X> |
of(java.lang.reflect.Type baseType,
java.lang.annotation.Annotation[] annotations,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache) |
java.lang.String |
toString() |
getTypeClosure, initTypeClosuregetBaseTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBaseType, getTypeClosurepublic BackedAnnotatedParameter(java.lang.reflect.Type baseType,
java.lang.annotation.Annotation[] annotations,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache)
public static <X> AnnotatedParameter<X> of(java.lang.reflect.Type baseType, java.lang.annotation.Annotation[] annotations, int position, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache sharedObjectCache)
public int getPosition()
getPosition in interface AnnotatedParameter<X>public BackedAnnotatedCallable<X,?> getDeclaringCallable()
getDeclaringCallable in interface AnnotatedParameter<X>public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
getAnnotation in interface Annotatedpublic java.util.Set<java.lang.annotation.Annotation> getAnnotations()
getAnnotations in interface AnnotatedgetAnnotations in class BackedAnnotatedprotected java.lang.reflect.AnnotatedElement getAnnotatedElement()
getAnnotatedElement in class BackedAnnotatedpublic boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
isAnnotationPresent in interface Annotatedpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectprotected ReflectionCache getReflectionCache()
getReflectionCache in class BackedAnnotatedCopyright © 2015. All Rights Reserved.