org.omnaest.utils.reflection
Class ReflectionUtils.MethodParameterMetaInformation

java.lang.Object
  extended by org.omnaest.utils.reflection.ReflectionUtils.MethodParameterMetaInformation
Enclosing class:
ReflectionUtils

public static class ReflectionUtils.MethodParameterMetaInformation
extends Object

Represents the meta information about a single Method parameter

Author:
Omnaest

Constructor Summary
ReflectionUtils.MethodParameterMetaInformation(Class<?> type, List<Annotation> declaredAnnotationList)
           
 
Method Summary
 List<Annotation> getDeclaredAnnotationList()
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtils.MethodParameterMetaInformation

public ReflectionUtils.MethodParameterMetaInformation(Class<?> type,
                                                      List<Annotation> declaredAnnotationList)
Method Detail

getType

public Class<?> getType()

getDeclaredAnnotationList

public List<Annotation> getDeclaredAnnotationList()


Copyright © 2013. All Rights Reserved.