Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C41C2200C5E for ; Sat, 22 Apr 2017 17:53:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C2CCC160B93; Sat, 22 Apr 2017 15:53:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1753E160B96 for ; Sat, 22 Apr 2017 17:53:07 +0200 (CEST) Received: (qmail 92824 invoked by uid 500); 22 Apr 2017 15:53:07 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 92814 invoked by uid 99); 22 Apr 2017 15:53:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2017 15:53:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id DA01AC14BD for ; Sat, 22 Apr 2017 15:53:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id UmnOoqAbixaP for ; Sat, 22 Apr 2017 15:53:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E926A60E16 for ; Sat, 22 Apr 2017 15:53:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4995DE0D19 for ; Sat, 22 Apr 2017 15:53:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 7249321B5D for ; Sat, 22 Apr 2017 15:53:04 +0000 (UTC) Date: Sat, 22 Apr 2017 15:53:04 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4210) @TypeConversion converter attribut to class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 22 Apr 2017 15:53:08 -0000 [ https://issues.apache.org/jira/browse/WW-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979998#comment-15979998 ] ASF subversion and git services commented on WW-4210: ----------------------------------------------------- Commit faf72b5a09ad8312a90b564971e6d679bbeda6cf in struts's branch refs/heads/master from [~lukaszlenart] [ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=faf72b5 ] WW-4210 Adds support for defining converter via class instead of string > @TypeConversion converter attribut to class > ------------------------------------------- > > Key: WW-4210 > URL: https://issues.apache.org/jira/browse/WW-4210 > Project: Struts 2 > Issue Type: Improvement > Components: Annotations > Reporter: lefebvre > Assignee: Lukasz Lenart > Fix For: 2.5.next > > > Can you please change "converter" property type from String to class type. > {code} > @Conversion(conversions = { @TypeConversion(type = ConversionType.CLASS, rule = ConversionRule.PROPERTY, converter = "com.xxx.MyConverter", key = "myKey") }) > {code} > ----> > {code} > @Conversion(conversions = { @TypeConversion(type = ConversionType.CLASS, rule = ConversionRule.PROPERTY, converter = MyConverter.class, key = "myKey") }) > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)