Interface BinderTypeRegistry
-
- All Known Implementing Classes:
DefaultBinderTypeRegistry
public interface BinderTypeRegistryA registry ofBinderTypes, indexed by name. ABinderTypeRegistrybean is created automatically based on information found in the META-INF/spring.binders files provided by binder implementors.- Author:
- Marius Bogoevici
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinderTypeget(String name)Map<String,BinderType>getAll()
-
-
-
Method Detail
-
get
BinderType get(String name)
-
getAll
Map<String,BinderType> getAll()
-
-