public class MinaPropertyEditorRegistrar
extends java.lang.Object
PropertyEditorRegistrar implementation which
registers by default all the PropertyEditor implementations in the
MINA Integration Beans module.| 构造器和说明 |
|---|
MinaPropertyEditorRegistrar() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
registerCustomEditors(PropertyEditorRegistry registry)
Registers custom
PropertyEditors in the MINA Integration Beans
module. |
public void registerCustomEditors(PropertyEditorRegistry registry)
PropertyEditors in the MINA Integration Beans
module.
Note: I did not know just how useful the rest of the property editors
were or if they were redundant and replicated existing functionality of
default editors packaged into Spring. So presently we're only
registering editors for the following classes which are not found in
Spring:
PropertyEditorRegistrar#registerCustomEditors(PropertyEditorRegistry)