[ https://issues.apache.org/jira/browse/FLINK-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321709#comment-17321709 ]
Flink Jira Bot commented on FLINK-4783: --------------------------------------- This issue and all of its Sub-Tasks have not been updated for 180 days. So, it has been labeled "stale-minor". If you are still affected by this bug or are still interested in this issue, please give an update and remove the label. In 7 days the issue will be closed automatically. > Allow to register TypeInfoFactories manually > -------------------------------------------- > > Key: FLINK-4783 > URL: https://issues.apache.org/jira/browse/FLINK-4783 > Project: Flink > Issue Type: Improvement > Components: API / Type Serialization System > Affects Versions: 1.2.0 > Reporter: Till Rohrmann > Assignee: Alexander Alexandrov > Priority: Minor > Labels: stale-minor > > The newly introduced {{TypeInfoFactories}} (FLINK-3042 and FLINK-3060) allow > to create {{TypeInformations}} for types which are annotated with > {{TypeInfo}}. This is useful if the user has control over the type for which > he wants to generate the {{TypeInformation}}. > However, annotating a type is not always possible if the type comes from an > external library. In this case, it would be good to be able to directly > register a {{TypeInfoFactory}} without having to annotate the type. > The {{TypeExtractor#registerFactory}} already has such a method. However, it > is declared private. -- This message was sent by Atlassian Jira (v8.3.4#803005)