Annotation Interface LinkELProvider


@Target({METHOD,TYPE,PACKAGE}) @Retention(RUNTIME) @Documented public @interface LinkELProvider
Use on your JAX-RS method, resource class or resource class' package to indicate that you have a custom ELProvider for any links added to this response's entity.
Author:
Stéphane Épardaud
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends ELProvider>
    The class for the custom ELProvider that will set up the EL context for your resource discovery.
  • Element Details

    • value

      Class<? extends ELProvider> value
      The class for the custom ELProvider that will set up the EL context for your resource discovery.