Class EnrichedPropertyEditorRegistry
java.lang.Object
org.apache.xbean.propertyeditor.PropertyEditorRegistry
org.talend.sdk.component.runtime.manager.xbean.registry.EnrichedPropertyEditorRegistry
- All Implemented Interfaces:
Closeable,AutoCloseable
public class EnrichedPropertyEditorRegistry
extends org.apache.xbean.propertyeditor.PropertyEditorRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xbean.propertyeditor.ConverterfindConverter(Type type) org.apache.xbean.propertyeditor.Converterregister(org.apache.xbean.propertyeditor.Converter converter) <T> TMethods inherited from class org.apache.xbean.propertyeditor.PropertyEditorRegistry
close, createConverterFromEditor, findEditor, findInternalConverter, findStructuralConverter, getRegistry, getValue, getValue, registerDefaults, toString, unregister, unwrapClass
-
Constructor Details
-
EnrichedPropertyEditorRegistry
public EnrichedPropertyEditorRegistry()
-
-
Method Details
-
findConverter
- Overrides:
findConverterin classorg.apache.xbean.propertyeditor.PropertyEditorRegistry
-
withCache
-
register
public org.apache.xbean.propertyeditor.Converter register(org.apache.xbean.propertyeditor.Converter converter) - Overrides:
registerin classorg.apache.xbean.propertyeditor.PropertyEditorRegistry
-