Class ImageParser

All Implemented Interfaces:
Serializable, Parser

public class ImageParser extends AbstractImageParser
See Also:
  • Constructor Details

    • ImageParser

      public ImageParser()
  • Method Details

    • getSupportedTypes

      public Set<MediaType> getSupportedTypes(ParseContext context)
      Description copied from interface: Parser
      Returns the set of media types supported by this parser when used with the given parse context.
      Parameters:
      context - parse context
      Returns:
      immutable set of media types