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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.xbean.propertyeditor.Converter
     
    org.apache.xbean.propertyeditor.Converter
    register(org.apache.xbean.propertyeditor.Converter converter)
     
    <T> T
    withCache(Map<Type,Optional<org.apache.xbean.propertyeditor.Converter>> cache, Supplier<T> task)
     

    Methods inherited from class org.apache.xbean.propertyeditor.PropertyEditorRegistry

    close, createConverterFromEditor, findEditor, findInternalConverter, findStructuralConverter, getRegistry, getValue, getValue, registerDefaults, toString, unregister, unwrapClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • findConverter

      public org.apache.xbean.propertyeditor.Converter findConverter(Type type)
      Overrides:
      findConverter in class org.apache.xbean.propertyeditor.PropertyEditorRegistry
    • withCache

      public <T> T withCache(Map<Type,Optional<org.apache.xbean.propertyeditor.Converter>> cache, Supplier<T> task)
    • register

      public org.apache.xbean.propertyeditor.Converter register(org.apache.xbean.propertyeditor.Converter converter)
      Overrides:
      register in class org.apache.xbean.propertyeditor.PropertyEditorRegistry