Uses of Class
org.qdl_lang.variables.QDLNull
-
Packages that use QDLNull Package Description org.qdl_lang.extensions.dynamodb org.qdl_lang.util Utilities for QDL.org.qdl_lang.util.aggregate Utilities for dealing with aggregates, i.e., sets and stems in QDL.org.qdl_lang.variables Variables in QDL and classes that support them.org.qdl_lang.variables.values org.qdl_lang.xml Everything relating to serialization of QDL workspaces to/from XML. -
-
Uses of QDLNull in org.qdl_lang.extensions.dynamodb
Methods in org.qdl_lang.extensions.dynamodb with parameters of type QDLNull Modifier and Type Method Description protected software.amazon.awssdk.services.dynamodb.model.AttributeValueDynamoDB. convertToAV(QDLNull bValue) -
Uses of QDLNull in org.qdl_lang.util
Methods in org.qdl_lang.util with parameters of type QDLNull Modifier and Type Method Description static StringInputFormUtil. inputForm(QDLNull qdlNull) -
Uses of QDLNull in org.qdl_lang.util.aggregate
Methods in org.qdl_lang.util.aggregate with parameters of type QDLNull Modifier and Type Method Description ObjectAbstractIdentityStemProcess. process(List<Object> index, Object key, QDLNull nullValue)ObjectAbstractNoOpStemImpl. process(List<Object> index, Object key, QDLNull nullValue)ObjectIdentityScalarImpl. process(QDLNull nullValue)ObjectNoOpScalarImpl. process(QDLNull nullValue)ObjectProcessScalar. process(QDLNull nullValue)ObjectProcessStemValues. process(List<Object> index, Object key, QDLNull nullValue) -
Uses of QDLNull in org.qdl_lang.variables
Methods in org.qdl_lang.variables that return QDLNull Modifier and Type Method Description static QDLNullQDLNull. getInstance() -
Uses of QDLNull in org.qdl_lang.variables.values
Fields in org.qdl_lang.variables.values declared as QDLNull Modifier and Type Field Description protected QDLNullQDLValue. nullValueMethods in org.qdl_lang.variables.values that return QDLNull Modifier and Type Method Description QDLNullQDLValue. asNull() -
Uses of QDLNull in org.qdl_lang.xml
Methods in org.qdl_lang.xml with parameters of type QDLNull Modifier and Type Method Description static voidXMLUtils. write(XMLStreamWriter xsw, QDLNull qdlNull)
-