public final class ProviderTypeInformationProvider extends Object implements TypeInformationProvider
TypeInformation.isWrapperType() return true for Providers.| Constructor and Description |
|---|
ProviderTypeInformationProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWrapperType(Class<?> type)
Does the type represent a wrapper type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCompletable, isReactive, isSingle, isSpecifiedSinglepublic boolean isWrapperType(Class<?> type)
TypeInformationProviderisWrapperType in interface TypeInformationProvidertype - The typeTypeInformation.isWrapperType()