inlineClassOption

Declares an input option encapsulated in an inline class.

Supported types can be found in ParameterResolver, additional types can be added by implementing MessageContextParameterResolver.

Parameters

declaredName

Name of the declared parameter which receives the value class

clazz

The inline class type


Declares an input option encapsulated in an inline class.

Supported types and modifiers are in ParameterResolver, additional types can be added by implementing MessageContextParameterResolver.

Parameters

declaredName

Name of the declared parameter which receives the value class

T

The inline class type