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