Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

FormEncoder bug #109

@redjiang

Description

@redjiang

if (MAP_STRING_WILDCARD.equals(bodyType)) {

if bodyType‘s typeName is "java.util.map<java.lang.String, java.lang.Object>" cannot correct match

eg:
@RequestLine("POST /user")
@headers("Content-Type: application/x-www-form-urlencoded")
void addUser (Map<String,Object> stringObjectMap);

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