Package org.restheart.utils
Utility classes
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Class Summary Class Description BuffersUtils ChannelReader CheckersUtils HttpStatus Constants enumerating the HTTP status codes.JsonUnflattener JsonUnflattenerprovides a static#unflatten(String)method to unflatten any flattened JSON string back to nested one.JsonUtils LambdaUtils 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).PluginUtils URLUtils -
Enum Summary Enum Description 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.