public interface TypeInformationMapper
| Modifier and Type | Method and Description |
|---|---|
Alias |
createAliasFor(TypeInformation<?> type)
Returns the alias to be used for the given
TypeInformation. |
TypeInformation<?> |
resolveTypeFrom(Alias alias)
Returns the actual
TypeInformation to be used for the given alias. |
@Nullable TypeInformation<?> resolveTypeFrom(Alias alias)
TypeInformation to be used for the given alias.alias - must not be null.Alias createAliasFor(TypeInformation<?> type)
TypeInformation.type - must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.