Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make getValue a generic method #42

Open
@laeubi

Description

@laeubi

Its very unlikely a user want a real plain object and casts will happen, to make it a bit more convenient the method:

Object getValue(key)

could become:

<T> T getValue(key)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions