Fixed supertypes inclusion rule from NON_NULL to NON_EMPTY
This commit is contained in:
parent
12280dc9fd
commit
21407336bb
|
@ -42,7 +42,7 @@ public interface Element extends Serializable {
|
|||
@JsonIgnore
|
||||
public String getTypeName();
|
||||
|
||||
@JsonInclude(Include.NON_NULL)
|
||||
@JsonInclude(Include.NON_EMPTY)
|
||||
@JsonGetter(value = SUPERTYPES_PROPERTY)
|
||||
public List<String> getSupertypes();
|
||||
|
||||
|
|
Loading…
Reference in New Issue