Class ClientBindableAdapterFunctions

  • All Implemented Interfaces:
    org.kie.workbench.common.stunner.core.definition.adapter.binding.BindableAdapterFunctions

    @ApplicationScoped
    public class ClientBindableAdapterFunctions
    extends Object
    implements org.kie.workbench.common.stunner.core.definition.adapter.binding.BindableAdapterFunctions
    • Constructor Detail

      • ClientBindableAdapterFunctions

        public ClientBindableAdapterFunctions()
    • Method Detail

      • getValue

        public Object getValue​(Object pojo,
                               String fieldName)
        Specified by:
        getValue in interface org.kie.workbench.common.stunner.core.definition.adapter.binding.BindableAdapterFunctions
      • setValue

        public void setValue​(Object pojo,
                             String field,
                             Object value)
        Specified by:
        setValue in interface org.kie.workbench.common.stunner.core.definition.adapter.binding.BindableAdapterFunctions