Skip to content

resteasy proxy server client cannot deserialize based on generic interface

Notifications You must be signed in to change notification settings

mzatko/resteasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resteasy

to start server part just

mvn clean install wildfly-swarm:run

then you can check e.g. with Postman everything works as expected POST/GET/PUT/DELETE at "http://localhost:8080/concreteEntity"

entity is very simple: { "id": 1002, "concreteEntityProperty": "BlahBlahBlahBlah" }

to start client (while server still running) which creates an entity but fails to read (deserialize json) it from server. Run in client module

mvn clean install -DmainClass=my.pkg.Client exec:java

About

resteasy proxy server client cannot deserialize based on generic interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages