Interface IBinderTypeRegistry
TODO: See if this can be made internal
Namespace: Steeltoe.Stream.Binder
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IBinderTypeRegistry
Methods
| Edit this page View SourceGet(String)
Declaration
IBinderType Get(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
IBinderType |
GetAll()
Declaration
IDictionary<string, IBinderType> GetAll()
Returns
Type | Description |
---|---|
IDictionary<System.String, IBinderType> |