spring-framework / org.springframework.messaging.handler.annotation.support / DestinationVariableMethodArgumentResolver

DestinationVariableMethodArgumentResolver

open class DestinationVariableMethodArgumentResolver : AbstractNamedValueMethodArgumentResolver

Resolves method parameters annotated with org.springframework.messaging.handler.annotation.DestinationVariable.

Author
Brian Clozel

Since
4.0

Constructors

<init>

DestinationVariableMethodArgumentResolver(cs: ConversionService)

Properties

DESTINATION_TEMPLATE_VARIABLES_HEADER

static val DESTINATION_TEMPLATE_VARIABLES_HEADER: String

Functions

supportsParameter

open fun supportsParameter(parameter: MethodParameter): Boolean

Inherited Functions

resolveArgument

open fun resolveArgument(parameter: MethodParameter, message: Message<*>): Any