Class Handlers

    • Field Detail

      • factories

        private final java.util.List<HandlerFactory> factories
        Deprecated.
    • Constructor Detail

      • Handlers

        public Handlers()
        Deprecated.
      • Handlers

        private Handlers​(Handlers that)
        Deprecated.
    • Method Detail

      • getFactories

        java.util.List<HandlerFactory> getFactories()
        Deprecated.
      • register

        public Handlers register​(HandlerFactory factory)
        Deprecated.
        Registers the given handler factory with the registry.
        Parameters:
        factory - the factory to register
        Returns:
        this
      • findFor

        public java.util.Optional<Handler> findFor​(java.lang.Class<?> sqlObjectType,
                                                   java.lang.reflect.Method method)
        Deprecated.
      • createCopy

        public Handlers createCopy()
        Deprecated.
        Description copied from interface: JdbiConfig
        Returns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.
        Specified by:
        createCopy in interface JdbiConfig<Handlers>
        Returns:
        a copy of this configuration object.