Search in sources :

Example 1 with MulePropertyEditorRegistrar

use of org.mule.runtime.config.internal.editors.MulePropertyEditorRegistrar in project mule by mulesoft.

the class MuleArtifactContext method registerEditors.

private void registerEditors(ConfigurableListableBeanFactory beanFactory) {
    MulePropertyEditorRegistrar registrar = new MulePropertyEditorRegistrar();
    registrar.setMuleContext(muleContext);
    beanFactory.addPropertyEditorRegistrar(registrar);
}
Also used : MulePropertyEditorRegistrar(org.mule.runtime.config.internal.editors.MulePropertyEditorRegistrar)

Aggregations

MulePropertyEditorRegistrar (org.mule.runtime.config.internal.editors.MulePropertyEditorRegistrar)1