Skip to content

Comments

container#110

Open
ivan371 wants to merge 39 commits intoarhangeldim:masterfrom
ivan371:ivan371-container
Open

container#110
ivan371 wants to merge 39 commits intoarhangeldim:masterfrom
ivan371:ivan371-container

Conversation

@ivan371
Copy link

@ivan371 ivan371 commented Nov 3, 2016

No description provided.

Field field = clazz.getDeclaredField(property.getName());
Class type = field.getType();
Method set = clazz.getMethod(getSetName(property.getName()), type);
if (property.getType() == ValueType.VAL) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а если сеттера нет, то не проставим значение у поля?

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

Successfully merging this pull request may close these issues.

2 participants