Uses of Interface
io.awspring.cloud.sqs.config.MethodPayloadTypeInferrer
Packages that use MethodPayloadTypeInferrer
-
Uses of MethodPayloadTypeInferrer in io.awspring.cloud.sqs.config
Classes in io.awspring.cloud.sqs.config that implement MethodPayloadTypeInferrerModifier and TypeClassDescriptionclassDefault implementation ofMethodPayloadTypeInferrerthat infers the payload type by analyzing method parameters and their associated argument resolvers.Methods in io.awspring.cloud.sqs.config that return MethodPayloadTypeInferrerModifier and TypeMethodDescription@Nullable MethodPayloadTypeInferrerEndpointRegistrar.getMethodPayloadTypeInferrer()Get theMethodPayloadTypeInferrerused for inferring payload types from listener method signatures.Methods in io.awspring.cloud.sqs.config with parameters of type MethodPayloadTypeInferrerModifier and TypeMethodDescriptionvoidAbstractEndpoint.setMethodPayloadTypeInferrer(@Nullable MethodPayloadTypeInferrer inferrer) Set theMethodPayloadTypeInferrerto be used for inferring payload types from method signatures.voidEndpointRegistrar.setMethodPayloadTypeInferrer(@Nullable MethodPayloadTypeInferrer methodPayloadTypeInferrer) Set theMethodPayloadTypeInferrerto be used for inferring payload types from listener method signatures.voidHandlerMethodEndpoint.setMethodPayloadTypeInferrer(@Nullable MethodPayloadTypeInferrer inferrer) Set theMethodPayloadTypeInferrerto be used for inferring payload types from method signatures.