Annotation Type Setting
Marks a field to be targeted by the object mapper.
 
Optionally, a path override can be provided.
This annotation is not required on fields unless the
 NodeResolver.onlyWithSetting() resolver filter has been applied to
 the loading object mapper.
- Since:
- 4.0.0
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether a field should use its containing node for its value.The path this setting is located at.
- 
Element Details- 
valueThe path this setting is located at.- Returns:
- the path
- Since:
- 4.0.0
 - Default:
- ""
 
- 
nodeFromParentboolean nodeFromParentWhether a field should use its containing node for its value.- Returns:
- whether this field should source its data from the node of its container
- Since:
- 4.0.0
 - Default:
- false
 
 
-