T - public interface EnhancedAnnotatedParameter<T,X> extends EnhancedAnnotated<T,Object>, AnnotatedParameter<X>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Modifier and Type | Method and Description |
|---|---|
EnhancedAnnotatedCallable<?,X,?> |
getDeclaringEnhancedCallable() |
EnhancedAnnotatedType<X> |
getDeclaringType() |
AnnotatedParameter<X> |
slim()
Returns a lightweight implementation of
AnnotatedParameter with minimal memory footprint. |
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStaticgetDeclaringCallable, getPositiongetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentEnhancedAnnotatedCallable<?,X,?> getDeclaringEnhancedCallable()
EnhancedAnnotatedType<X> getDeclaringType()
AnnotatedParameter<X> slim()
AnnotatedParameter with minimal memory footprint.slim in interface EnhancedAnnotated<T,Object>AnnotatedParameterCopyright © 2014. All Rights Reserved.