public interface BinderTypeRegistry
BinderTypes, indexed by name. A BinderTypeRegistry bean is created automatically
based on information found in the META-INF/spring.binders files provided by binder implementors.
This can be overridden by registering a BinderTypeRegistry bean in the context.| Modifier and Type | Method and Description |
|---|---|
BinderType |
get(String name) |
Map<String,BinderType> |
getAll() |
BinderType get(String name)
Map<String,BinderType> getAll()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.