For future reference, here is the fix. I found it by looking at the
source for BeanModelSourceImpl.java:
BeanModel toReturn = _beanModelSource.create( MyClass.class, false,
_componentResources );
toReturn.exclude( (String[])toReturn.getPropertyNames()
.toArray( new Strin
Hello,
I have a class defined (MyClass) that has a String property pstlCode,
with a getter and a setter.
If I use BeanModelSource to create a BeanModel for MyClass, the
BeanModel has a property pstlCode that can be used to access the
pstlCode.
However, if I exclude the pstlCode property, and the