Skip to content

Add JsonParser.readAsValue(ResolvedType) #456

@cowtowncoder

Description

@cowtowncoder

(note: moved from FasterXML/jackson-databind#1966)

To work around type erasure, it would be nice to be able to pass resolved JavaType, in addition to existing Class<?> (prone to type erasure) and TypeReference<?> (which works but requires static type, can not construct programmatically).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions