Uses of Class
org.springframework.cloud.stream.binder.BinderType
-
Packages that use BinderType Package Description org.springframework.cloud.stream.binder -
-
Uses of BinderType in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return BinderType Modifier and Type Method Description BinderTypeBinderTypeRegistry. get(String name)BinderTypeDefaultBinderTypeRegistry. get(String name)Methods in org.springframework.cloud.stream.binder that return types with arguments of type BinderType Modifier and Type Method Description Map<String,BinderType>BinderTypeRegistry. getAll()Map<String,BinderType>DefaultBinderTypeRegistry. getAll()Constructor parameters in org.springframework.cloud.stream.binder with type arguments of type BinderType Constructor Description DefaultBinderTypeRegistry(Map<String,BinderType> binderTypes)
-