Uses of Interface
org.springframework.cloud.function.web.StringConverter
-
Packages that use StringConverter Package Description org.springframework.cloud.function.web org.springframework.cloud.function.web.flux org.springframework.cloud.function.web.mvc -
-
Uses of StringConverter in org.springframework.cloud.function.web
Classes in org.springframework.cloud.function.web that implement StringConverter Modifier and Type Class Description classBasicStringConverterSimple implementation of aStringConverter. -
Uses of StringConverter in org.springframework.cloud.function.web.flux
Methods in org.springframework.cloud.function.web.flux that return StringConverter Modifier and Type Method Description StringConverterReactorAutoConfiguration. functionStringConverter(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) -
Uses of StringConverter in org.springframework.cloud.function.web.mvc
Methods in org.springframework.cloud.function.web.mvc that return StringConverter Modifier and Type Method Description StringConverterReactorAutoConfiguration. functionStringConverter(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-