Package sk.antons.web.filter.log
Class SimpleJsonable
- java.lang.Object
-
- sk.antons.web.filter.log.SimpleJsonable
-
-
Constructor Summary
Constructors Constructor Description SimpleJsonable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisJsonable(String contentType)Checks content type value
-
-
-
Method Detail
-
isJsonable
public boolean isJsonable(String contentType)
Description copied from interface:JsonableChecks content type value- Specified by:
isJsonablein interfaceJsonable- Parameters:
contentType- content type- Returns:
- true is content type is json content type.
-
-