Interface ContextVariables

    • Method Detail

      • get

        @Nullable
        Object get​(@NotNull
                   String name)
        Parameters:
        name - the name of the variable
        Returns:
        the variable stored or null is the variable with the name cannot be found.
      • size

        int size()
        Returns the number of variables in this variables provider. This is the size of the map returned by getAll method.
      • getAll

        @NotNull
        Map<String,​Object> getAll()
        Returns:
        a copy of all the variables available through this provider