Class 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 support new Interface<..> with type annotations.

    • Constructor Detail

      • QueryExecutorTimeZoneProvider

        QueryExecutorTimeZoneProvider​(QueryExecutor queryExecutor)
    • Method Detail

      • get

        public java.util.TimeZone get()
        Description copied from interface: Provider
        Gets a result.
        Specified by:
        get in interface Provider<java.util.TimeZone>
        Returns:
        a result