Uses of Interface
org.qdl_lang.util.ProcessScalar
-
Packages that use ProcessScalar Package Description org.qdl_lang.extensions.crypto The cryptographic module.org.qdl_lang.util Utilities for QDL. -
-
Uses of ProcessScalar in org.qdl_lang.extensions.crypto
Classes in org.qdl_lang.extensions.crypto that implement ProcessScalar Modifier and Type Class Description class
Crypto.DoJWTVerify
protected class
Crypto.ProcessEncryptDecrypt
class
Crypto.ProcessJWT
protected class
Crypto.ProcessSymmetricDeorEncrypt
protected class
Crypto.ReadOID.ProcessOIDS
-
Uses of ProcessScalar in org.qdl_lang.util
Classes in org.qdl_lang.util that implement ProcessScalar Modifier and Type Class Description class
NoOpScalarImpl
Basic implementation ofProcessScalar
that simply throws an exception for each argument.class
ProcessScalarImpl
Basic (identity) implementation ofProcessScalar
, simply returns each argument unchanged.Methods in org.qdl_lang.util with parameters of type ProcessScalar Modifier and Type Method Description static Object
QDLAggregateUtil. process(Object object, ProcessScalar processScalar)
Top-level call for this set of utilities.static QDLSet
QDLAggregateUtil. processSet(QDLSet inSet, ProcessScalar processScalar)
static QDLStem
QDLAggregateUtil. processStem(QDLStem inStem, ProcessScalar processScalar)
-