NullAttributeMapper, AttributeCreator or other
What do people use to set default values for attributes?
In the case that I have is a json document - in the case values are missing I need to set a default value.
Ideally I’d use an NullAttributeMapper, however, there are upwards of 10 values I need to set and I don’t want to use 10 of these.
The other option I see is an AttributeCreator/Manager with conditional values which is what I would normally do.
Question




