Class CoercedVariables


  • @PublicApi
    public class CoercedVariables
    extends java.lang.Object
    Holds coerced variables, that is their values are now in a canonical form.
    • Constructor Summary

      Constructors 
      Constructor Description
      CoercedVariables​(java.util.Map<java.lang.String,​java.lang.Object> coercedVariables)  
    • Constructor Detail

      • CoercedVariables

        public CoercedVariables​(java.util.Map<java.lang.String,​java.lang.Object> coercedVariables)
    • Method Detail

      • toMap

        public java.util.Map<java.lang.String,​java.lang.Object> toMap()
      • containsKey

        public boolean containsKey​(java.lang.String key)
      • get

        public java.lang.Object get​(java.lang.String key)
      • of

        public static CoercedVariables of​(java.util.Map<java.lang.String,​java.lang.Object> coercedVariables)