Uses of Interface
org.qdl_lang.extensions.QDLFunction
-
Packages that use QDLFunction Package Description org.qdl_lang.extensions This contains the classes for extending the QDL language with Java.org.qdl_lang.extensions.convert The conversion module.org.qdl_lang.extensions.crypto The cryptographic module.org.qdl_lang.extensions.database QDL's basic database module.org.qdl_lang.extensions.dynamodb org.qdl_lang.extensions.examples.basic This package contains a simple basic of how to make a java module for QDL.org.qdl_lang.extensions.examples.stateful org.qdl_lang.extensions.http HTTP access module for QDL.org.qdl_lang.extensions.inputLine QDL's module for processing command line arguments.org.qdl_lang.extensions.mail org.qdl_lang.extensions.X509 -
-
Uses of QDLFunction in org.qdl_lang.extensions
Fields in org.qdl_lang.extensions declared as QDLFunction Modifier and Type Field Description QDLFunctionQDLFunctionRecord. qdlFunctionFields in org.qdl_lang.extensions with type parameters of type QDLFunction Modifier and Type Field Description protected List<QDLFunction>JavaModule. funcsMethod parameters in org.qdl_lang.extensions with type arguments of type QDLFunction Modifier and Type Method Description voidJavaModule. addFunctions(List<QDLFunction> functions) -
Uses of QDLFunction in org.qdl_lang.extensions.convert
Classes in org.qdl_lang.extensions.convert that implement QDLFunction Modifier and Type Class Description classQDLConvert.GetAttributesclassQDLConvert.HOCONExportclassQDLConvert.HOCONImportclassQDLConvert.IniExportclassQDLConvert.IniImportclassQDLConvert.QDLExportclassQDLConvert.QDLImportclassQDLConvert.SnarfclassQDLConvert.XMLExportclassQDLConvert.XMLImportclassQDLConvert.YAMLExportclassQDLConvert.YAMLImport -
Uses of QDLFunction in org.qdl_lang.extensions.crypto
Classes in org.qdl_lang.extensions.crypto that implement QDLFunction Modifier and Type Class Description classCrypto.B64ToHexclassCrypto.B64ToIntclassCrypto.CodeChallengeComputes an RFC 7636 code challenge.classCrypto.CreateKeyclassCrypto.DecryptclassCrypto.EncryptclassCrypto.ExportKeysclassCrypto.FromJWTclassCrypto.GetPublicKeyGet the public part of a keyclassCrypto.HexToB64classCrypto.HexToIntclassCrypto.ImportKeyclassCrypto.IntToBase64classCrypto.IntToHexclassCrypto.ReadCertclassCrypto.ReadOIDclassCrypto.ToJWTclassCrypto.VerifyJWT -
Uses of QDLFunction in org.qdl_lang.extensions.database
Classes in org.qdl_lang.extensions.database that implement QDLFunction Modifier and Type Class Description classQDLDB.BatchExecuteclassQDLDB.BatchReadclassQDLDB.ConnectclassQDLDB.ExecuteclassQDLDB.ReadclassQDLDB.Update -
Uses of QDLFunction in org.qdl_lang.extensions.dynamodb
Classes in org.qdl_lang.extensions.dynamodb that implement QDLFunction Modifier and Type Class Description classDynamoDB.CloseclassDynamoDB.GetclassDynamoDB.OpenclassDynamoDB.PartitionKeyFunctionclassDynamoDB.RegionFunctionclassDynamoDB.RegionsclassDynamoDB.TableNameFunction -
Uses of QDLFunction in org.qdl_lang.extensions.examples.basic
Classes in org.qdl_lang.extensions.examples.basic that implement QDLFunction Modifier and Type Class Description classConcatFunctionExample of a basic QDL function implemented in Java.classExtrinsicFunctionAn basic of an extrinsic (aka global, static in other languages) function.classFEvalFunctionExample of a QDL function for a module that accepts a function reference. -
Uses of QDLFunction in org.qdl_lang.extensions.examples.stateful
Classes in org.qdl_lang.extensions.examples.stateful that implement QDLFunction Modifier and Type Class Description classStatefulExample.GetSclassStatefulExample.SetS -
Uses of QDLFunction in org.qdl_lang.extensions.http
Classes in org.qdl_lang.extensions.http that implement QDLFunction Modifier and Type Class Description classHTTPClient.CloseclassHTTPClient.ConfigurationclassHTTPClient.CreateCredentialsclassHTTPClient.DeleteclassHTTPClient.DownloadclassHTTPClient.EchoHTTPRequestclassHTTPClient.EchoHTTPResponseclassHTTPClient.GetclassHTTPClient.HeadersclassHTTPClient.HostclassHTTPClient.IsJSONclassHTTPClient.IsOpenclassHTTPClient.IsTextclassHTTPClient.OpenclassHTTPClient.PostclassHTTPClient.Put -
Uses of QDLFunction in org.qdl_lang.extensions.inputLine
Classes in org.qdl_lang.extensions.inputLine that implement QDLFunction Modifier and Type Class Description classQDLCLITools.ToStem -
Uses of QDLFunction in org.qdl_lang.extensions.mail
Classes in org.qdl_lang.extensions.mail that implement QDLFunction Modifier and Type Class Description classQDLMail.SendclassQDLMail.SetCfg -
Uses of QDLFunction in org.qdl_lang.extensions.X509
Classes in org.qdl_lang.extensions.X509 that implement QDLFunction Modifier and Type Class Description classX509.LoadKeystore
-