Skip to content

Mapping Map<> with UDT in the value is not supported #1098

@ymdomenech

Description

@ymdomenech
@CassandraType(type = CassandraType.Name.MAP, userTypeName = "udt", typeArguments = {CassandraType.Name.TEXT, CassandraType.Name.UDT})
private Map<String, @Frozen UdtClass> map;

this will give a NullPointerException

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions