-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for defaults from EnumSymbols (#177)
When creating fields with the FieldBuilder and supplying a default value to the field builder by using the adapter's genericDefaultValue from an existing field, it will return a `GenericData.EnumSymbol`. This changeset makes Jackson1Utils `GenericData.EnumSymbol` aware. Co-authored-by: Christopher Harris <[email protected]>
- Loading branch information
1 parent
17f362f
commit 498f9b1
Showing
3 changed files
with
32 additions
and
0 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