Package org.restheart.mongodb.utils
Utility classes
- Author:
- Andrea Di Cesare <[email protected]>
-
Class Summary Class Description ChannelReader FileUtils JsonUnflattener JsonUnflattener
provides a static#unflatten(String)
method to unflatten any flattened JSON string back to nested one.JsonUtils LoggingInitializer LogUtils Minify Minify.java is written by Charles Bihis (www.whoischarles.com) and is adapted from JSMin.java written by John Reilly (www.inconspicuous.org) which is itself a translation of jsmin.c written by Douglas Crockford (www.crockford.com).OSChecker RequestHelper ResponseHelper URLUtils -
Enum Summary Enum Description LogUtils.Level Minify.Action -
Exception Summary Exception Description Minify.UnterminatedCommentException Exception to be thrown when an unterminated comment appears in the input.Minify.UnterminatedRegExpLiteralException Exception to be thrown when an unterminated regular expression literal appears in the input.Minify.UnterminatedStringLiteralException Exception to be thrown when an unterminated string literal appears in the input.