Class QueryExecutorTimeZoneProvider

java.lang.Object
org.postgresql.jdbc.QueryExecutorTimeZoneProvider
All Implemented Interfaces:
Provider<TimeZone>

class QueryExecutorTimeZoneProvider extends Object implements Provider<TimeZone>
This class workarounds Exception when indexing guava-30.0-jre.

It looks like jandex does not support new Interface<..> with type annotations.

  • Field Details

  • Constructor Details

    • QueryExecutorTimeZoneProvider

      QueryExecutorTimeZoneProvider(QueryExecutor queryExecutor)
  • Method Details