Package io.micronaut.http.util
Class HttpTypeInformationProvider
java.lang.Object
io.micronaut.http.util.HttpTypeInformationProvider
- All Implemented Interfaces:
TypeInformationProvider
@Internal
public final class HttpTypeInformationProvider
extends Object
implements TypeInformationProvider
Provide type information for HTTP response.
- Since:
- 2.4.0
- Author:
- graemerocher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isWrapperType
(Class<?> type) Does the type represent a wrapper 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 Details
-
HttpTypeInformationProvider
public HttpTypeInformationProvider()
-
-
Method Details
-
isWrapperType
Description copied from interface:TypeInformationProvider
Does the type represent a wrapper type.- Specified by:
isWrapperType
in interfaceTypeInformationProvider
- Parameters:
type
- The type- Returns:
- True if it is a wrapper type
- See Also:
-