Class HandlerMethodResolver


  • public class HandlerMethodResolver
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HandlerMethodResolver​(com.fasterxml.classmate.TypeResolver typeResolver)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ResolvedMethodParameter> methodParameters​(org.springframework.web.method.HandlerMethod methodToResolve)  
      com.fasterxml.classmate.ResolvedType methodReturnType​(org.springframework.web.method.HandlerMethod handlerMethod)  
      static java.util.Optional<java.lang.Class> useType​(java.lang.Class beanType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HandlerMethodResolver

        public HandlerMethodResolver​(com.fasterxml.classmate.TypeResolver typeResolver)
    • Method Detail

      • methodReturnType

        public com.fasterxml.classmate.ResolvedType methodReturnType​(org.springframework.web.method.HandlerMethod handlerMethod)
      • useType

        public static java.util.Optional<java.lang.Class> useType​(java.lang.Class beanType)
      • methodParameters

        public java.util.List<ResolvedMethodParameter> methodParameters​(org.springframework.web.method.HandlerMethod methodToResolve)