Interface BoundParameter


  • public interface BoundParameter
    Author:
    Stuart Douglas
    • Method Detail

      • populate

        void populate​(Object[] params,
                      Map<Class<?>,​Object> value)
               throws javax.websocket.DecodeException
        Throws:
        javax.websocket.DecodeException
      • getType

        Class<?> getType()