Class BeanPropertyEditorBuilder

  • All Implemented Interfaces:
    org.uberfire.ext.properties.editor.service.BeanPropertyEditorBuilderService

    @Dependent
    public class BeanPropertyEditorBuilder
    extends Object
    implements org.uberfire.ext.properties.editor.service.BeanPropertyEditorBuilderService
    • Constructor Detail

      • BeanPropertyEditorBuilder

        public BeanPropertyEditorBuilder()
    • Method Detail

      • extract

        public org.uberfire.ext.properties.editor.model.PropertyEditorCategory extract​(String fqcn)
        Specified by:
        extract in interface org.uberfire.ext.properties.editor.service.BeanPropertyEditorBuilderService
      • extract

        public org.uberfire.ext.properties.editor.model.PropertyEditorCategory extract​(String fqcn,
                                                                                       Object instance)
        Specified by:
        extract in interface org.uberfire.ext.properties.editor.service.BeanPropertyEditorBuilderService
      • isAHandledType

        public boolean isAHandledType​(org.uberfire.ext.properties.editor.model.PropertyEditorType type)