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