Class BeanPropertyDefinition

java.lang.Object
org.apache.camel.model.app.BeanPropertyDefinition

@Metadata(label="configuration") public class BeanPropertyDefinition extends Object
Bean property
  • Constructor Details

    • BeanPropertyDefinition

      public BeanPropertyDefinition()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
      The name of the property
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
      The property value
    • getProperties

      public BeanPropertiesDefinition getProperties()
    • setProperties

      public void setProperties(BeanPropertiesDefinition properties)
      Optional nested properties.