Interface MimeTypesIntersector

All Known Implementing Classes:
AccumulatingIntersector, NonAccumulatingIntersector

public interface MimeTypesIntersector
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    intersect(jakarta.ws.rs.core.MediaType requiredType, jakarta.ws.rs.core.MediaType userType)
     
  • Method Details

    • intersect

      boolean intersect(jakarta.ws.rs.core.MediaType requiredType, jakarta.ws.rs.core.MediaType userType)