Package io.micronaut.inject.provider
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.type.TypeInformationProvider
isCompletable, isReactive, isSingle, isSpecifiedSingle
-
Constructor Details
-
ProviderTypeInformationProvider
public ProviderTypeInformationProvider()
-
-
Method Details
-
isWrapperType
- Specified by:
isWrapperTypein interfaceio.micronaut.core.type.TypeInformationProvider
-