Class StripMediaTypeParametersFunction

java.lang.Object
net.shibboleth.shared.net.impl.StripMediaTypeParametersFunction
All Implemented Interfaces:
Function<MediaType,MediaType>

public class StripMediaTypeParametersFunction extends Object implements Function<MediaType,MediaType>
Simple function to strip the parameters from a MediaType.
  • Constructor Details

    • StripMediaTypeParametersFunction

      public StripMediaTypeParametersFunction()
  • Method Details