Module org.jooq
Package org.jooq.impl

Class DefaultParseListener

java.lang.Object
org.jooq.impl.DefaultParseListener
All Implemented Interfaces:
EventListener, ParseListener

@Deprecated @Pro public class DefaultParseListener extends Object implements ParseListener
Deprecated.
- 3.17.0 - [#13542] - This class is no longer needed. Implement the ParseListener SPI directly, instead.
A publicly available default implementation of ParseListener.

Use this to stay compatible with future API changes (i.e. added methods to ParseListener)

Author:
Lukas Eder
  • Constructor Details

    • DefaultParseListener

      public DefaultParseListener()
      Deprecated.