A B C D E F G H I J K L M N O P R S T U V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- TABLEFIELDSTOJSON - TransformApi.TransformAction.TransformActionName
-
The tableFieldsToJson TransformActionName.
- testConnection() - Method in class ServerConnection
-
Test the connection to the server by sending a GET request to the configured endpoint.
- TESTING - AdminApi.CodeStatus
-
Marks the code package as ready for the server to run as a test.
- TIME - Field.FieldType
- TIMESTAMP - Field.FieldType
- TIMESTAMPONINSERT - Field.AutoValue
- TIMESTAMPONUPDATE - Field.AutoValue
- TIMESTAMPONUPDATEANDINSERT - Field.AutoValue
- TINYINT - Field.FieldType
- TLSV1_1 - ServerConnection.TLS_VERSION
-
Represents the less-secure TLSv1.1 protocol version.
- TLSV1_2 - ServerConnection.TLS_VERSION
-
Represents the TLSv1.2 protocol version.
- TLSV1_3 - ServerConnection.TLS_VERSION
-
Represents the TLSv1.3 protocol version.
- tlsVersion(ServerConnection.TLS_VERSION) - Method in class ServerConnection
-
Set the TLS version to use for secure HTTP communications.
- toArrayNode() - Method in class Fields
-
Return the contents of this instance as a Jackson ArrayNode.
- toJson() - Method in class Field
-
Serialize the class instance as "pretty-printed" JSON.
- toJson() - Method in class Session
-
Convert the current object to a JSON string.
- toObjectNode() - Method in class Field
-
Serialize the class instance as JSON.
- toObjectNode() - Method in class TransformApi.FieldData
- toString() - Method in enum AdminApi.CodeType
- toString() - Method in class Field
-
Serialize the class instance as JSON.
- toString() - Method in enum ServerConnection.TLS_VERSION
- toString() - Method in enum TransformApi.TransformAction.TransformActionName
- TransformAction(TransformApi.TransformAction.TransformActionName, List<String>, List<String>, TransformApi.TransformAction.TransformParams) - Constructor for class TransformApi.TransformAction
- TransformApi - Class in com.faircom.jsonaction
-
This class is a work in progress.
- TransformApi(Session) - Constructor for class TransformApi
-
Instantiate a HubApi class object to send FairCom Hub API actions to the server.
- TransformApi.FieldData - Class in com.faircom.jsonaction
- TransformApi.OutputField - Class in com.faircom.jsonaction
- TransformApi.TransformAction - Class in com.faircom.jsonaction
- TransformApi.TransformAction.TransformActionName - Enum in com.faircom.jsonaction
-
A collection of valid TransformAction values.
- TransformApi.TransformAction.TransformParams - Class in com.faircom.jsonaction
-
Specifies a unique set of parameters that configure its transformation process.
- TransformApi.TransformAction.TransformParams.MapOfFieldsToProperties - Class in com.faircom.jsonaction
-
A class which maps table fields to JSON properties.
- TransformParams(String, String, List<TransformApi.TransformAction.TransformParams.MapOfFieldsToProperties>) - Constructor for class TransformApi.TransformAction.TransformParams
- truncateRecords(String, String) - Method in class DbApi
-
Deletes all records in a table, quickly and efficiently by removing its data file.
- truncateRecords(String, String, String, ObjectNode) - Method in class DbApi
-
Deletes all records in a table, quickly and efficiently by removing its data file.
- trustManagers(TrustManager[]) - Method in class ServerConnection
-
Use this when you have a configured a TrustManager array which can be used to build the SSLContext.
- trustManagers(TrustManager[]) - Method in interface ServerConnectionInterface
-
Use this when you have a configured a TrustManager array which can be used to build the SSLContext.
- type(Field.FieldType) - Method in class Field
-
Type defines the required type of field.
All Classes All Packages