Annotation Interface UriParams


@Retention(RUNTIME) @Documented @Target(TYPE) public @interface UriParams
Used to annotate a nested configuration parameter type (such as a nested Configuration object) which can then be used on a Component, Endpoint and/or Consumer and then be configured via Camel URI query arguments.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the prefix used to access nested properties of this configuration object
  • Element Details

    • prefix

      String prefix
      Returns the prefix used to access nested properties of this configuration object
      Default:
      ""