-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RuntimeField.Builder should not extend FieldMapper.Builder (#73840)
RuntimeField.Builder currently extends FieldMapper.Builder so that it can share some parsing code and re-use the Parameter infrastructure. However, this also means that we have to have a number of no-op method implementations, and in addition this will make it complicated to add a fields parameter within multi-keyed object field types. This commit removes the class relationship between these two classes.
- Loading branch information
1 parent
84956bf
commit d4fceb5
Showing
4 changed files
with
69 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters