Skip to content

Search Request should support parameterized type  #118

Closed
@Dyqer

Description

@Dyqer

With Jackson we can deserialize json string with typeReference like this

objectMapper.readValue(str, new TypeReference(Map<String, Object>)() {});

But now we only support .class

transport.search(searchRequest, Map.class);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions