Uses of Class
org.springframework.cloud.function.json.JsonMapper
-
-
Uses of JsonMapper in org.springframework.cloud.function.context
Fields in org.springframework.cloud.function.context declared as JsonMapper Modifier and Type Field Description protected JsonMapperAbstractSpringFunctionAdapterInitializer. jsonMapperDeprecated. -
Uses of JsonMapper in org.springframework.cloud.function.context.catalog
Constructors in org.springframework.cloud.function.context.catalog with parameters of type JsonMapper Constructor Description BeanFactoryAwareFunctionRegistry(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 JsonMapper Modifier and Type Method Description JsonMapperContextFunctionCatalogAutoConfiguration.JsonMapperConfiguration. jsonMapper(org.springframework.context.ApplicationContext context)Methods in org.springframework.cloud.function.context.config with parameters of type JsonMapper Modifier and Type Method Description FunctionRegistryContextFunctionCatalogAutoConfiguration. 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 JsonMapper Constructor Description JsonMessageConverter(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 Modifier and Type Class Description classGsonMapperclassJacksonMapper
-