Interface BoundParameter


  • public interface BoundParameter
    Author:
    Stuart Douglas
    • Method Detail

      • populate

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

        Class<?> getType()