Skip to content

Allow custom list type converter#72

Open
yongjhih wants to merge 1 commit intobluelinelabs:masterfrom
yongjhih:custom_list_TypeConverter
Open

Allow custom list type converter#72
yongjhih wants to merge 1 commit intobluelinelabs:masterfrom
yongjhih:custom_list_TypeConverter

Conversation

@yongjhih
Copy link
Copy Markdown

See also #60

For example:

class Note {
  @JsonField(typeConverter = ImageConverter.class)
  List<Image> images;
}

@yongjhih yongjhih force-pushed the custom_list_TypeConverter branch from 0f8466e to cc36e0d Compare June 29, 2015 10:36
@saket
Copy link
Copy Markdown

saket commented Feb 15, 2016

@EricKuck Any plans to merge this?

@lennynilsson
Copy link
Copy Markdown

This looks lika very useful feature.
Is it possible to get it in sync it with master @Saketme?

@EricKuck is it possible to get this feature prioritized?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants