Class ProviderTypeInformationProvider

  • All Implemented Interfaces:
    io.micronaut.core.type.TypeInformationProvider

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isWrapperType​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.micronaut.core.type.TypeInformationProvider

        isCompletable, isReactive, isSingle, isSpecifiedSingle
    • Constructor Detail

      • ProviderTypeInformationProvider

        public ProviderTypeInformationProvider()
    • Method Detail

      • isWrapperType

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