public class UserTypeBridge extends Object
UserTypeBridge class is used to access protected constructors
from the UserType class.| Constructor and Description |
|---|
UserTypeBridge() |
| Modifier and Type | Method and Description |
|---|---|
static com.datastax.driver.core.UserType |
instantiate(StatementManagerImpl mgr,
UDTClassInfoImpl<?> ucinfo)
Instantiates a new
UserType object. |
public static com.datastax.driver.core.UserType instantiate(StatementManagerImpl mgr, UDTClassInfoImpl<?> ucinfo)
UserType object.mgr - the statement managerucinfo - the UDT class info for which to instantiate a Cassandra user typeCopyright (C) 2015-2017 The Helenus Driver Project Authors.