Annotation Interface ParametersBean


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ParametersBean
Declares a bean to be mapped from or to request parameters.
Since:
1.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Determines what the direction of the flow is for processing this field
    The prefix that will be stripped from or added to the front of each parameter name.
  • Element Details

    • prefix

      String prefix
      The prefix that will be stripped from or added to the front of each parameter name.
      Since:
      1.0
      Default:
      ""
    • flow

      Determines what the direction of the flow is for processing this field
      Returns:
      the direction of the flow for field processing
      Since:
      1.0
      Default:
      IN