Annotation Type 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
      String prefix
      Returns the prefix used to access nested properties of this configuration object
    • Element Detail

      • prefix

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