Class ModelAndViewBridge.OfficeFloorHandlerMethod

java.lang.Object
org.springframework.core.annotation.AnnotatedMethod
org.springframework.web.method.HandlerMethod
net.officefloor.spring.starter.rest.ModelAndViewBridge.OfficeFloorHandlerMethod
Enclosing class:
ModelAndViewBridge

public class ModelAndViewBridge.OfficeFloorHandlerMethod extends org.springframework.web.method.HandlerMethod
HandlerMethod for OfficeFloor bridging.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.core.annotation.AnnotatedMethod

    org.springframework.core.annotation.AnnotatedMethod.AnnotatedMethodParameter
  • Field Summary

    Fields inherited from class org.springframework.web.method.HandlerMethod

    logger
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.web.method.HandlerMethod

    assertTargetBean, createWithResolvedBean, createWithValidateFlags, equals, formatInvokeError, getBean, getContainingClass, getResolvedFromHandlerMethod, getResponseStatus, getResponseStatusReason, getShortLogMessage, hashCode, shouldValidateArguments, shouldValidateReturnValue, toString

    Methods inherited from class org.springframework.core.annotation.AnnotatedMethod

    findProvidedArgument, formatArgumentError, getBridgedMethod, getMethod, getMethodAnnotation, getMethodParameters, getReturnType, getReturnValueType, hasMethodAnnotation, isVoid

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getBeanType

      public Class<?> getBeanType()
      Overrides:
      getBeanType in class org.springframework.web.method.HandlerMethod