Red Hat Training

A Red Hat training course is available for Red Hat Fuse

4.5. Javabean Conditions

The Javabean Cartridge sets the following conditions to Java beans:
  • There is a public no-argument constructor.
  • There are public property setter methods. These do not need to follow any specific name formats, but it would be better if they do follow those for the standard property setter method names.
  • You cannot set Java bean properties directly.