Skip to content

It is not possible to parse string to Class<Long> #5

@drapostolos

Description

@drapostolos

This works:

parser.parse("java.lang.Long", new GenericType<Class<?>>() {});

but this doesn't:

parser.parse("java.lang.Long", new GenericType<Class<Long>>() {});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions