Class MapArguments

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​?> args
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      MapArguments​(java.util.Map<java.lang.String,​?> args)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Optional<Argument> find​(java.lang.String name, StatementContext ctx)
      Deprecated.
       
      java.util.Collection<java.lang.String> getNames()
      Deprecated.
      Returns the names this named argument finder can find.
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • args

        private final java.util.Map<java.lang.String,​?> args
        Deprecated.
    • Constructor Detail

      • MapArguments

        public MapArguments​(java.util.Map<java.lang.String,​?> args)
        Deprecated.
    • Method Detail

      • getNames

        public java.util.Collection<java.lang.String> getNames()
        Deprecated.
        Description copied from interface: NamedArgumentFinder
        Returns the names this named argument finder can find. Returns an empty collection otherwise.
        Specified by:
        getNames in interface NamedArgumentFinder
        Returns:
        the names this named argument finder can find. Returns an empty collection otherwise.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object