org.omnaest.utils.reflection
Class ReflectionUtils.MethodParameterMetaInformation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionUtils.MethodParameterMetaInformation
public ReflectionUtils.MethodParameterMetaInformation(Class<?> type,
List<Annotation> declaredAnnotationList)
getType
public Class<?> getType()
getDeclaredAnnotationList
public List<Annotation> getDeclaredAnnotationList()
Copyright © 2013. All Rights Reserved.