public class MediaTypeMap extends DataTypeMap
| Constructor and Description |
|---|
MediaTypeMap() |
MediaTypeMap(Set<DataType> value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(DataType value) |
void |
add(DataType value) |
void |
clear() |
boolean |
contains(DataType value) |
MediaType |
getMatch(DataType value) |
Set<DataType> |
getSet() |
boolean |
isEmpty() |
void |
remove(DataType value) |
accept, getDefaultDataType, setDefaultDataTypepublic boolean isEmpty()
isEmpty in class DataTypeMappublic void clear()
clear in class DataTypeMappublic void add(DataType value)
add in class DataTypeMappublic void remove(DataType value)
remove in class DataTypeMappublic boolean accept(DataType value)
accept in class DataTypeMappublic boolean contains(DataType value)
contains in class DataTypeMappublic Set<DataType> getSet()
getSet in class DataTypeMapCopyright © 2026 Brandao. All rights reserved.