JsonSchema-JavaUI / sf-java-ui

Json Schema Form java based library allow developers to define schema and form using field annotations
MIT License
24 stars 16 forks source link

add DisplayAllFields annotation #75

Open SaifJerbi opened 6 years ago

SaifJerbi commented 6 years ago

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