Class FormDataParamInjectionFeature

java.lang.Object
org.glassfish.jersey.media.multipart.internal.FormDataParamInjectionFeature
All Implemented Interfaces:
javax.ws.rs.core.Feature

@ConstrainedTo(SERVER) public final class FormDataParamInjectionFeature extends Object implements javax.ws.rs.core.Feature
Feature providing support for FormDataParam parameter injection.
  • Constructor Details

    • FormDataParamInjectionFeature

      public FormDataParamInjectionFeature()
  • Method Details

    • configure

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