toggle menu
Spring Boot Kotlin API
3.4.2-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.server
/
MimeMappings
/
Mapping
Mapping
class
Mapping
A single mime mapping.
Members
Constructors
Mapping
Link copied to clipboard
constructor
(
extension
:
String
,
mimeType
:
String
)
Properties
extension
Link copied to clipboard
val
extension
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String
Functions
equals
Link copied to clipboard
open
fun
equals
(
obj
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String