Class SelectableEntityFilteringFeature

  • All Implemented Interfaces:
    javax.ws.rs.core.Feature

    public final class SelectableEntityFilteringFeature
    extends java.lang.Object
    implements javax.ws.rs.core.Feature
    Feature used to add support for custom query parameter filtering for Entity Data Filtering feature.

    Note: This feature also registers the EntityFilteringFeature.
    See Also:
    EntityFilteringFeature
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String QUERY_PARAM_NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean configure​(javax.ws.rs.core.FeatureContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • QUERY_PARAM_NAME

        public static final java.lang.String QUERY_PARAM_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • SelectableEntityFilteringFeature

        public SelectableEntityFilteringFeature()
    • Method Detail

      • configure

        public boolean configure​(javax.ws.rs.core.FeatureContext context)
        Specified by:
        configure in interface javax.ws.rs.core.Feature