org.jdiameter.client.impl.annotation.internal
Class MethodInfo

java.lang.Object
  extended by org.jdiameter.client.impl.annotation.internal.MethodInfo

public class MethodInfo
extends java.lang.Object

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Constructor Summary
MethodInfo(Storage storage, ClassInfo classInfo, java.lang.reflect.Method method)
           
 
Method Summary
<T> T
getAnnotation(java.lang.Class<?> annotation)
           
 java.util.Collection<java.lang.annotation.Annotation> getAnnotations()
           
 ClassInfo getClassInfo()
           
 java.lang.reflect.Method getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo(Storage storage,
                  ClassInfo classInfo,
                  java.lang.reflect.Method method)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()

getClassInfo

public ClassInfo getClassInfo()

getAnnotations

public java.util.Collection<java.lang.annotation.Annotation> getAnnotations()

getAnnotation

public <T> T getAnnotation(java.lang.Class<?> annotation)


Copyright © 2014. All Rights Reserved.