Class FormDataParamInjectionFeature

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

    @ConstrainedTo(SERVER)
    public final class FormDataParamInjectionFeature
    extends java.lang.Object
    implements javax.ws.rs.core.Feature
    Feature providing support for FormDataParam parameter injection.
    • 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
    • Constructor Detail

      • FormDataParamInjectionFeature

        public FormDataParamInjectionFeature()
    • Method Detail

      • configure

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