Class ProviderTypeInformationProvider

java.lang.Object
io.micronaut.inject.provider.ProviderTypeInformationProvider
All Implemented Interfaces:
io.micronaut.core.type.TypeInformationProvider

public final class ProviderTypeInformationProvider extends Object implements io.micronaut.core.type.TypeInformationProvider
Makes TypeInformation.isWrapperType() return true for Providers.
Since:
3.0.0
  • Constructor Details

    • ProviderTypeInformationProvider

      public ProviderTypeInformationProvider()
  • Method Details

    • isWrapperType

      public boolean isWrapperType(Class<?> type)
      Specified by:
      isWrapperType in interface io.micronaut.core.type.TypeInformationProvider