Package org.postgresql.jdbc
Class QueryExecutorTimeZoneProvider
- java.lang.Object
-
- org.postgresql.jdbc.QueryExecutorTimeZoneProvider
-
- All Implemented Interfaces:
Provider<java.util.TimeZone>
class QueryExecutorTimeZoneProvider extends java.lang.Object implements Provider<java.util.TimeZone>
This class workarounds Exception when indexing guava-30.0-jre.It looks like
jandex
does not supportnew Interface<..>
with type annotations.
-
-
Field Summary
Fields Modifier and Type Field Description private QueryExecutor
queryExecutor
-
Constructor Summary
Constructors Constructor Description QueryExecutorTimeZoneProvider(QueryExecutor queryExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.TimeZone
get()
Gets a result.
-
-
-
Field Detail
-
queryExecutor
private final QueryExecutor queryExecutor
-
-
Constructor Detail
-
QueryExecutorTimeZoneProvider
QueryExecutorTimeZoneProvider(QueryExecutor queryExecutor)
-
-