Skip to content

Does not respond Map field ? #112

Description

@abcfy2

Hi there. I find that respond will not show Map field.

Doamin:

class Data {
    Map data

    static mapping = {
        data type: JsonbMapType
    }
}

controller:

def show(Integer id) {
    respond Data.get(id)
}

Will not show data field as it's a Map field. What's wrong with me ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions