Skip to content

Misspelled property in README.md#marshaller-groups #32

@ctkdev

Description

@ctkdev

Misspelled property in README.md#marshaller-groups

README.md#marshaller-groups

The declaration of a 'defaultJSON' group in marshallerGroups with the keyword 'groups' is incorrect. Using, 'group' does work.

`
restfulApiConfig = {

marshallerGroups {

    groups 'defaultJSON' marshallers {

    marshaller {

        instance = new net.hedtech.restulfapi.marshallers.json.DateMarshaller()

        priority = 100

    }

    marshaller {

        instance = new net.hedtech.restulfapi.marshallers.json.AddressMarshaller(grailsApplication)

        priority = 100

    }

}

`

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