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

优化 json to bean 没有的属性的日志 #239

Closed
venusdrogon opened this issue Jun 3, 2020 · 0 comments
Closed

优化 json to bean 没有的属性的日志 #239

venusdrogon opened this issue Jun 3, 2020 · 0 comments
Labels
feilong-json feilong-json
Milestone

Comments

@venusdrogon
Copy link
Collaborator

19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitUser] property [type]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitUser] property [site_admin]:[java.lang.Boolean]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitLabel] property [id]:[java.lang.Integer]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitLabel] property [node_id]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitLabel] property [url]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitLabel] property [default]:[java.lang.Boolean]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitLabel] property [description]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [locked]:[java.lang.Boolean]
19:32:10 WARN (PropertySetStrategy.java:70) setProperty() - in class:[com.feilong.plugins.github.mojo.GitIssue],can't find property:[assignee],ignore~~
19:32:10 WARN (PropertySetStrategy.java:70) setProperty() - in class:[com.feilong.plugins.github.mojo.GitIssue],can't find property:[assignees],ignore~~
19:32:10 WARN (PropertySetStrategy.java:70) setProperty() - in class:[com.feilong.plugins.github.mojo.GitIssue],can't find property:[milestone],ignore~~
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [comments]:[java.lang.Integer]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [author_association]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [repository_url]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [labels_url]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [comments_url]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [events_url]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [html_url]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [id]:[java.lang.Integer]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitIssue] property [node_id]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitUser] property [id]:[java.lang.Integer]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithPropertyDescriptor() - skip set [com.feilong.plugins.github.mojo.GitUser] property [node_id]:[java.lang.String]
19:32:10 INFO (JSONObjectToBeanUtil.java:193) toBeanDoWithProper

image

@venusdrogon venusdrogon modified the milestone: 3.0.4 Jun 3, 2020
@venusdrogon venusdrogon added the feilong-json feilong-json label Jun 8, 2020
@venusdrogon venusdrogon added this to the 3.0.6 milestone Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feilong-json feilong-json
Projects
None yet
Development

No branches or pull requests

1 participant