com.wordnik.swagger.core.util
Class ReflectionUtil

java.lang.Object
  extended by com.wordnik.swagger.core.util.ReflectionUtil

public class ReflectionUtil
extends Object


Constructor Summary
ReflectionUtil()
           
 
Method Summary
static Class<?> getDeclaringInterface(Method method)
          determines which interface declared a given method on a class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtil

public ReflectionUtil()
Method Detail

getDeclaringInterface

public static Class<?> getDeclaringInterface(Method method)
determines which interface declared a given method on a class



Copyright © 2012. All Rights Reserved.