Class HttpTypeInformationProvider

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

    @Internal
    public final class HttpTypeInformationProvider
    extends java.lang.Object
    implements io.micronaut.core.type.TypeInformationProvider
    Provide type information for HTTP response.
    Since:
    2.4.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

      • HttpTypeInformationProvider

        public HttpTypeInformationProvider()
    • Method Detail

      • isWrapperType

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