public class MinaPropertyEditorRegistrar extends Object implements org.springframework.beans.PropertyEditorRegistrar
PropertyEditorRegistrar implementation which
registers by default all the PropertyEditor implementations in the
MINA Integration Beans module.| Constructor and Description |
|---|
MinaPropertyEditorRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
Registers custom
PropertyEditors in the MINA Integration Beans
module. |
public void registerCustomEditors(org.springframework.beans.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:
registerCustomEditors in interface org.springframework.beans.PropertyEditorRegistrarPropertyEditorRegistrar.registerCustomEditors(PropertyEditorRegistry)Copyright © 2004–2017 Apache MINA Project. All rights reserved.