Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i access with String[] #11

Closed
go-ad opened this issue Jul 5, 2022 · 1 comment
Closed

how can i access with String[] #11

go-ad opened this issue Jul 5, 2022 · 1 comment

Comments

@go-ad
Copy link

go-ad commented Jul 5, 2022

I try to Make a call by follow parameter
and i also changed my source to String[ ]

but faild.what shoud i do

parameter:

{
  "name": "CoffeeBeans",
  "aaaList": [
    "A234567890ABC",
    "B234567890ABC",
    "C234567890ABC",
    "D234567890ABC",
    "E234567890ABC"
  ]
}

src

@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class Request implements Serializable {

  @NotBlank
  private String name;

  @NotBlank
  private String[] aaaList;
}
@muhamadto
Copy link
Owner

@go-ad you need to start your research. The project is a starting point to get people familiar with how things hang together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants