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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisWrapperType(Class<?> type) Does the type represent a wrapper type.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.type.TypeInformationProviderisCompletable, isReactive, isSingle, isSpecifiedSingle
- 
Constructor Details- 
HttpTypeInformationProviderpublic HttpTypeInformationProvider()
 
- 
- 
Method Details- 
isWrapperTypeDescription copied from interface:TypeInformationProviderDoes the type represent a wrapper type.- Specified by:
- isWrapperTypein interface- TypeInformationProvider
- Parameters:
- type- The type
- Returns:
- True if it is a wrapper type
- See Also:
 
 
-