Uses of Class
org.springframework.cloud.function.json.JsonMapper
Packages that use JsonMapper
Package
Description
-
Uses of JsonMapper in org.springframework.cloud.function.adapter.aws
Methods in org.springframework.cloud.function.adapter.aws with parameters of type JsonMapperModifier and TypeMethodDescriptionstatic org.springframework.messaging.Message<byte[]>AWSLambdaUtils.generateMessage(byte[] payload, Type inputType, boolean isSupplier, JsonMapper jsonMapper) static org.springframework.messaging.Message<byte[]>AWSLambdaUtils.generateMessage(byte[] payload, Type inputType, boolean isSupplier, JsonMapper jsonMapper, com.amazonaws.services.lambda.runtime.Context context) static byte[]AWSLambdaUtils.generateOutput(org.springframework.messaging.Message requestMessage, org.springframework.messaging.Message<?> responseMessage, JsonMapper objectMapper, Type functionOutputType) -
Uses of JsonMapper in org.springframework.cloud.function.context.catalog
Constructors in org.springframework.cloud.function.context.catalog with parameters of type JsonMapperModifierConstructorDescriptionBeanFactoryAwareFunctionRegistry(org.springframework.core.convert.ConversionService conversionService, org.springframework.messaging.converter.CompositeMessageConverter messageConverter, JsonMapper jsonMapper, FunctionProperties functionProperties, FunctionInvocationHelper<org.springframework.messaging.Message<?>> functionInvocationHelper) SimpleFunctionRegistry(org.springframework.core.convert.ConversionService conversionService, org.springframework.messaging.converter.CompositeMessageConverter messageConverter, JsonMapper jsonMapper) SimpleFunctionRegistry(org.springframework.core.convert.ConversionService conversionService, org.springframework.messaging.converter.CompositeMessageConverter messageConverter, JsonMapper jsonMapper, FunctionProperties functionProperties, FunctionInvocationHelper<org.springframework.messaging.Message<?>> functionInvocationHelper) -
Uses of JsonMapper in org.springframework.cloud.function.context.config
Methods in org.springframework.cloud.function.context.config that return JsonMapperModifier and TypeMethodDescriptionContextFunctionCatalogAutoConfiguration.JsonMapperConfiguration.jsonMapper(org.springframework.context.ApplicationContext context) Methods in org.springframework.cloud.function.context.config with parameters of type JsonMapperModifier and TypeMethodDescriptionContextFunctionCatalogAutoConfiguration.functionCatalog(List<org.springframework.messaging.converter.MessageConverter> messageConverters, JsonMapper jsonMapper, org.springframework.context.ConfigurableApplicationContext context, FunctionInvocationHelper<org.springframework.messaging.Message<?>> functionInvocationHelper) Constructors in org.springframework.cloud.function.context.config with parameters of type JsonMapperModifierConstructorDescriptionJsonMessageConverter(JsonMapper jsonMapper) JsonMessageConverter(JsonMapper jsonMapper, org.springframework.util.MimeType... supportedMimeTypes) -
Uses of JsonMapper in org.springframework.cloud.function.json
Subclasses of JsonMapper in org.springframework.cloud.function.json