@FunctionalInterface public interface UserTypeResolver
UserType by name.DataType,
CqlIdentifier| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.UserType |
resolveType(CqlIdentifier typeName)
Resolve a
UserType by name. |
@Nullable com.datastax.driver.core.UserType resolveType(CqlIdentifier typeName)
UserType by name.typeName - name of the UserType to resolve; must not be null.UserType or null if not found.CqlIdentifier,
DataTypeCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.