public class UserTypeFactory extends Object
| Constructor and Description |
|---|
UserTypeFactory(ProtocolVersion protocolVersion,
CodecRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
UserType.Field |
fieldFor(String name,
DataType dataType) |
UserType |
typeFor(String keyspace,
String typeName,
boolean frozen,
Collection<UserType.Field> fields) |
public UserTypeFactory(ProtocolVersion protocolVersion, CodecRegistry registry)
public UserType typeFor(String keyspace, String typeName, boolean frozen, Collection<UserType.Field> fields)
public UserType.Field fieldFor(String name, DataType dataType)
Copyright © 2012-2021. All Rights Reserved.