Ambarish Pande created APEXMALHAR-2528: ------------------------------------------
Summary: Adding Getter/Setter methods inside com.datatorrent.contrib.enrich Key: APEXMALHAR-2528 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2528 Project: Apache Apex Malhar Issue Type: Improvement Affects Versions: 3.7.0 Reporter: Ambarish Pande We need to extend enrichers to support enriching fields for nested objects inside the output pojo. For this, we have to generate includeSetters and lookupGetters in a different manner than what is done in POJOEnricher.java. These fields are private and without Getter and Setter methods. Additionally, we need Getter and Setters for enrichedTupleCount and errorTupleCount inside POJOEnricher.java. -- This message was sent by Atlassian JIRA (v6.4.14#64029)