Re: add a property without validator in custom processor

2017-06-20 Thread Pierre Villard
Hi Ben, You can use the following in your property construction: .addValidator(Validator.VALID) Hope this helps. Pierre 2017-06-20 6:35 GMT+02:00 尹文才 : > Hi guys, a very simple question, I'm working on a customized processor and > I'm trying to add a processor property

add a property without validator in custom processor

2017-06-19 Thread 尹文才
Hi guys, a very simple question, I'm working on a customized processor and I'm trying to add a processor property without any validator and it prompted me that the property is not a supported property. Is there any way to add a property without any validator? Thanks. Ben, Regards