Java org.springframework.http MediaTypeFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http MediaTypeFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http MediaTypeFactory.

The text is from its open source code.

Method

OptionalgetMediaType(@Nullable Resource resource)
Determine a media type for the given resource, if possible.
OptionalgetMediaType(@Nullable String filename)
Determine a media type for the given file name, if possible.