public class ClassUtil
extends org.springframework.util.ClassUtils
| 限定符和类型 | 方法和说明 |
|---|---|
static <A extends Annotation> |
getAnnotation(org.springframework.web.method.HandlerMethod handlerMethod,
Class<A> annotationType) |
static <A extends Annotation> |
getAnnotation(Method method,
Class<A> annotationType) |
static org.springframework.core.MethodParameter |
getMethodParameter(Constructor<?> constructor,
int parameterIndex) |
static org.springframework.core.MethodParameter |
getMethodParameter(Method method,
int parameterIndex) |
addResourcePathToPackagePath, classNamesToString, classNamesToString, classPackageAsResourcePath, convertClassNameToResourcePath, convertResourcePathToClassName, createCompositeInterface, determineCommonAncestor, forName, getAllInterfaces, getAllInterfacesAsSet, getAllInterfacesForClass, getAllInterfacesForClass, getAllInterfacesForClassAsSet, getAllInterfacesForClassAsSet, getClassFileName, getConstructorIfAvailable, getDefaultClassLoader, getDescriptiveType, getInterfaceMethodIfPossible, getMethod, getMethodCountForName, getMethodIfAvailable, getMostSpecificMethod, getPackageName, getPackageName, getQualifiedMethodName, getQualifiedMethodName, getQualifiedName, getShortName, getShortName, getShortNameAsProperty, getStaticMethod, getUserClass, getUserClass, hasAtLeastOneMethodWithName, hasConstructor, hasMethod, isAssignable, isAssignableValue, isCacheSafe, isCglibProxy, isCglibProxyClass, isCglibProxyClassName, isInnerClass, isJavaLanguageInterface, isPresent, isPrimitiveArray, isPrimitiveOrWrapper, isPrimitiveWrapper, isPrimitiveWrapperArray, isUserLevelMethod, isVisible, matchesTypeName, overrideThreadContextClassLoader, resolveClassName, resolvePrimitiveClassName, resolvePrimitiveIfNecessary, toClassArraypublic static org.springframework.core.MethodParameter getMethodParameter(Constructor<?> constructor, int parameterIndex)
public static org.springframework.core.MethodParameter getMethodParameter(Method method, int parameterIndex)
public static <A extends Annotation> A getAnnotation(Method method, Class<A> annotationType)
public static <A extends Annotation> A getAnnotation(org.springframework.web.method.HandlerMethod handlerMethod, Class<A> annotationType)
Copyright © 2020. All rights reserved.