Class PropertyEditorUtil
java.lang.Object
org.apache.uima.fit.internal.propertyeditors.PropertyEditorUtil
INTERNAL API
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerUimaFITEditors
(org.springframework.beans.PropertyEditorRegistry aRegistry) Register the property editors provided by uimaFIT in the given property editor registry.
-
Method Details
-
registerUimaFITEditors
public static void registerUimaFITEditors(org.springframework.beans.PropertyEditorRegistry aRegistry) Register the property editors provided by uimaFIT in the given property editor registry.- Parameters:
aRegistry
- a property editor registry
-