sf-java-ui icon indicating copy to clipboard operation
sf-java-ui copied to clipboard

add DisplayAllFields annotation

Open SaifJerbi opened this issue 7 years ago • 0 comments

Description

Add a new annotation to force display all fields in the DTO It will handle fields that didn't have a field definition annotation This annotation can get a list of excluded fields to exclude

Expected behavior:

Display all fields in the class

Actual behavior:

Display only fields which have form definition annotation

Versions

current : 1.0.0 expected: 1.1.0

SaifJerbi avatar Jan 27 '18 13:01 SaifJerbi