Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Consider having get*() methods convert value to desired type #345

Open
@proppy

Description

@proppy

We should consider having get*() methods convert the corresponding value to the desired type if possible.

Ex:

  • .getInt(): "13" -> 13
  • .getString() : 13 -> "13"
  • .getFloat(): 13 -> 13.0

What do you think @kotl ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions