Package sk.antons.web.filter.log
Interface Jsonable
-
- All Known Implementing Classes:
SimpleJsonable
public interface JsonableContent type checker. Checks if content type is json content type.- Author:
- antons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisJsonable(String contentType)Checks content type value
-
-
-
Method Detail
-
isJsonable
boolean isJsonable(String contentType)
Checks content type value- Parameters:
contentType- content type- Returns:
- true is content type is json content type.
-
-