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);
}
Aggregations