Skip to content

Accessing boolean fields in Kotlin using is prefix: isSomething() #42

Description

@aaiezza

Kotlin is not my forte, so this might not be possible. Boolean fields have getter methods prefixed with get and not is.
But I'm currently in the process of implementing SatelliteData and Lombok is not playing nice with these methods since they break naming convention. (https://github.com/Hexworks/mixite/blob/master/mixite.core/core/src/main/kotlin/org/hexworks/mixite/core/api/contract/SatelliteData.kt#L20,L30).

On another note, awesome library! Excellent work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions