From user-return-7991-archive-asf-public=cust-asf.ponee.io@uima.apache.org Fri Oct 12 15:08:48 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 36E21180660 for ; Fri, 12 Oct 2018 15:08:48 +0200 (CEST) Received: (qmail 66686 invoked by uid 500); 12 Oct 2018 13:08:47 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Delivered-To: moderator for user@uima.apache.org Received: (qmail 61966 invoked by uid 99); 12 Oct 2018 12:21:13 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.138 X-Spam-Level: ** X-Spam-Status: No, score=2.138 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, T_DKIMWL_WL_MED=-0.01] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=eoG5V1JB+7dP7c8ySfnzshv4M4TOJJm7klGMAV1yHVw=; b=UFFrWakT95VgwSoBSKXG43fkRKqGKYUNM8V9cYNEgCh81W8fZs50hWEiGEWtM1y3+T xRFTdpUI40U6LbAaV8MpXv6yp0urD+cTd9t8Rh62oHsVaJRgg0jq0LTbrSsVNQWbWvCD 4BSYCR496Y4IXFzn07tMkgWr3UGlmUlkQBmGiDJyHF2u99ia8AO8HZdV9XAJQ7PA/O5W As06wmT/GHl1Iuv/gsDW4cDGv4IjngcBqfDdsMrN8p7gajQy6luSw1NqCmVDpYVzI3nu 3DRdLIF1KSFK6XV6A+yqC9A769jQq7iziDtvfue9TzNu43WrkXxExxKje7bF9hr4aV/T QDdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=eoG5V1JB+7dP7c8ySfnzshv4M4TOJJm7klGMAV1yHVw=; b=Q5eIZvci9RKd1puwwL2iD9D3AFb3QQiwST9P/dIf0eomlLFAxJ7xRGVPwpks+oXwPq iAGJawV7J1Q+lqbfeFG/m0/kErSdNKyOAy3FlqltMjdiJEGn9ZVkNt56IojMToUxRTSf Ul4EkipK2pGORIZ5iBvPPt175vUb2uMpqpPEFW68b8FAG4oMJ+dB6rWU7/huU9SaE80T LIyR9fsEFE/AiQiLuZ2ynv0On4Ha6Vcp0CuZ2Ch2sNDHbPcahz/0eGSwSlVuKZ/F0AUT sv/Le0MeT19lXseMeUcmRd6tEHK4p7Izmm5DusG6f/lZiocEGDBl9SkKkD8rdjBkW9yG W66A== X-Gm-Message-State: ABuFfoiL0TVfGD62iv/Xsdm00iahdRBTI5YN/mqexNYuU4zq7zae0KMq t6enAm3WX72qnlSZT424Dd6LcC1W4+58Emq/Qbvho+vt X-Google-Smtp-Source: ACcGV61geb18Xv7MfONGVSCr/PpSLlxjbcjItDiWIoUiM0Ue7b95uGhW4Vtgpe/mg2ulGtdHXnd12LE0ZY09v/PpFbY= X-Received: by 2002:a50:8f64:: with SMTP id 91-v6mr8635614edy.264.1539346864819; Fri, 12 Oct 2018 05:21:04 -0700 (PDT) MIME-Version: 1.0 From: Amit Paradkar Date: Fri, 12 Oct 2018 08:20:52 -0400 Message-ID: Subject: JCasGen like utility for generating POJO Classes in the type system To: user@uima.apache.org Content-Type: multipart/alternative; boundary="0000000000001050dd0578071f07" --0000000000001050dd0578071f07 Content-Type: text/plain; charset="UTF-8" I would like to generate pojo classes corresponding to the classes defined in my type descriptor. Is there a JcasGen like utility which takes a type system descriptor and generates both the UIMA and POJO types? (I could live with just one typesystem classes as long as I can construct instances without the Cas object being passed in). Unfortunately the protected constructor generated in current UIMA classes is not invokeable. Thanks. --0000000000001050dd0578071f07--