Uses of Class
org.javalite.json.JSONMap
Packages that use JSONMap
Package
Description
ActiveJDBC - the agile Java ORM.
ActiveWeb - the agile java framework
JavaLite HTTP library.
-
Uses of JSONMap in org.javalite.activejdbc
Methods in org.javalite.activejdbc that return JSONMapMethods in org.javalite.activejdbc with parameters of type JSONMapModifier and TypeMethodDescription<T extends Model>
TModel.setJSONMap(String attributeName, JSONMap value)
Sets aJSONMap
as a value of an attribute. -
Uses of JSONMap in org.javalite.activeweb
Methods in org.javalite.activeweb that return JSONMapModifier and TypeMethodDescriptionEndPointHttpMethod.getAPIAsMap()
protected JSONMap
HttpSupport.getRequestJSONMap()
Reads entire request data and converts it toJSONMap
.protected JSONMap
RequestSpecHelper.responseJSONMap()
Provides content generated by controller in theJSONMap
format, after controller execution - if views were integrated. -
Uses of JSONMap in org.javalite.activeweb.websockets
Methods in org.javalite.activeweb.websockets with parameters of type JSONMap -
Uses of JSONMap in org.javalite.http
Methods in org.javalite.http that return JSONMap -
Uses of JSONMap in org.javalite.json
Methods in org.javalite.json that return JSONMapModifier and TypeMethodDescriptionReturns a map deep from the structure of JSON document.JSONList.getMap(int index)
Returns a JSONMap at a provided index.Returns a map deep from the structure of a JSON document.JSONMap[]
JSONList.getMaps()
static JSONMap
Convenience method to convert String toJSONMap
.