public class ContentTypes extends Object
| Constructor and Description |
|---|
ContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSameTypeWithoutParameters(com.google.common.net.MediaType contentType1,
com.google.common.net.MediaType contentType2) |
static boolean |
isSameTypeWithoutParameters(com.google.common.net.MediaType contentType1,
String contentType2) |
static boolean |
isSameTypeWithoutParameters(String contentType1,
String contentType2) |
public static boolean isSameTypeWithoutParameters(String contentType1, String contentType2)
public static boolean isSameTypeWithoutParameters(com.google.common.net.MediaType contentType1,
String contentType2)
public static boolean isSameTypeWithoutParameters(com.google.common.net.MediaType contentType1,
com.google.common.net.MediaType contentType2)
Copyright © 2016–2018. All rights reserved.