public abstract class NullableFieldTracker extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
explicitlySetNullableFields |
| Constructor and Description |
|---|
NullableFieldTracker() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExplicitlySetNullableFields() |
protected boolean |
isFieldExplicitlySet(String fieldName) |
protected void |
markNullableFieldAsSet(String fieldName) |
protected void |
markNullableFieldsAsSet(Set<String> fields) |
protected final Set<String> explicitlySetNullableFields
public NullableFieldTracker()
protected void markNullableFieldAsSet(String fieldName)
protected void markNullableFieldsAsSet(Set<String> fields)
protected boolean isFieldExplicitlySet(String fieldName)
public Set<String> getExplicitlySetNullableFields()