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

com.abubusoft.kripton.processor.exceptions.UnsupportedFieldTypeException: Unsupported type 'java.lang.Object' is used #18

Closed
xcesco opened this issue Feb 23, 2019 · 1 comment
Assignees
Milestone

Comments

@xcesco
Copy link
Owner

xcesco commented Feb 23, 2019

I notice if I use an Object file in a POJO used in a REST service, no enough information was done where Object type is used. I receive only: com.abubusoft.kripton.processor.exceptions.UnsupportedFieldTypeException: Unsupported type 'java.lang.Object' is used

@xcesco xcesco added this to the 6.0.0 milestone Feb 23, 2019
@xcesco xcesco self-assigned this Feb 23, 2019
@xcesco
Copy link
Owner Author

xcesco commented May 20, 2019

Tested with class:

@BindType("root")
public class Bean {
  public Object valueBean;
  public String valueString;	
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Kripton Library
Awaiting triage
Development

No branches or pull requests

1 participant