Uses of Class
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter
Packages that use OJSONWriter
Package
Description
-
Uses of OJSONWriter in com.orientechnologies.orient.core.db.tool
Fields in com.orientechnologies.orient.core.db.tool declared as OJSONWriter -
Uses of OJSONWriter in com.orientechnologies.orient.core.fetch.json
Fields in com.orientechnologies.orient.core.fetch.json declared as OJSONWriterMethods in com.orientechnologies.orient.core.fetch.json that return OJSONWriterMethods in com.orientechnologies.orient.core.fetch.json with parameters of type OJSONWriterModifier and TypeMethodDescriptionvoidOJSONFetchContext.writeSignature(OJSONWriter json, ORecord record) Constructors in com.orientechnologies.orient.core.fetch.json with parameters of type OJSONWriter -
Uses of OJSONWriter in com.orientechnologies.orient.core.serialization.serializer
Methods in com.orientechnologies.orient.core.serialization.serializer that return OJSONWriterModifier and TypeMethodDescriptionOJSONWriter.beginCollection(int iIdentLevel, boolean iNewLine, String iName) OJSONWriter.beginCollection(String iName) OJSONWriter.beginObject()OJSONWriter.beginObject(int iIdentLevel) OJSONWriter.beginObject(int iIdentLevel, boolean iNewLine, Object iName) OJSONWriter.beginObject(Object iName) OJSONWriter.close()OJSONWriter.endCollection()OJSONWriter.endCollection(int iIdentLevel, boolean iNewLine) OJSONWriter.endObject()OJSONWriter.endObject(int iIdentLevel) OJSONWriter.endObject(int iIdentLevel, boolean iNewLine) OJSONWriter.flush()OJSONWriter.setPrettyPrint(boolean prettyPrint) OJSONWriter.writeAttribute(int iIdentLevel, boolean iNewLine, String iName, Object iValue) OJSONWriter.writeAttribute(int iIdentLevel, boolean iNewLine, String iName, Object iValue, String iFormat) OJSONWriter.writeAttribute(int iIdentLevel, boolean iNewLine, String iName, Object iValue, String iFormat, OType valueType) OJSONWriter.writeAttribute(String iName, Object iValue) OJSONWriter.writeObjects(int iIdentLevel, boolean iNewLine, String iName, Object[]... iPairs) OJSONWriter.writeObjects(String iName, Object[]... iPairs) OJSONWriter.writeRecord(int iIdentLevel, boolean iNewLine, Object iName, ORecord iRecord) OJSONWriter.writeValue(int iIdentLevel, boolean iNewLine, Object iValue) -
Uses of OJSONWriter in com.orientechnologies.orient.core.serialization.serializer.record.string
Methods in com.orientechnologies.orient.core.serialization.serializer.record.string with parameters of type OJSONWriterModifier and TypeMethodDescriptionvoidORecordSerializerJSON.toString(ORecord iRecord, OJSONWriter json, String iFormat, boolean autoDetectCollectionType) -
Uses of OJSONWriter in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server with parameters of type OJSONWriterModifier and TypeMethodDescriptionstatic voidOServerInfo.getConnections(OServer server, OJSONWriter json, String databaseName) static voidOServerInfo.getDatabases(OServer server, OJSONWriter json) static voidOServerInfo.getGlobalProperties(OServer server, OJSONWriter json) static voidOServerInfo.getProperties(OServer server, OJSONWriter json) static voidOServerInfo.getStorages(OServer server, OJSONWriter json) -
Uses of OJSONWriter in com.orientechnologies.orient.server.network.protocol.http.command.get
Methods in com.orientechnologies.orient.server.network.protocol.http.command.get with parameters of type OJSONWriterModifier and TypeMethodDescriptionstatic voidOServerCommandGetDatabase.exportClass(ODatabaseDocument db, OJSONWriter json, OClass cls) protected voidOServerCommandGetGephi.generateGraphDbOutput(OResultSet resultSet, int limit, OJSONWriter json) -
Uses of OJSONWriter in com.orientechnologies.orient.server.network.protocol.http.command.post
Fields in com.orientechnologies.orient.server.network.protocol.http.command.post declared as OJSONWriterMethods in com.orientechnologies.orient.server.network.protocol.http.command.post with parameters of type OJSONWriterModifier and TypeMethodDescriptionprotected voidOServerCommandPostDatabase.exportClass(ODatabaseDocument db, OJSONWriter json, OClass cls)