Class BeanPropertyMethodNameTransformer

java.lang.Object
org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
All Implemented Interfaces:
SourceTransformer

public class BeanPropertyMethodNameTransformer extends SourceTargetAttributeTransformer
Converts a source element Attribute such that it can be used as method name. The base of the method name is the attribute content, with special characters removed and case corrected where necessary. Optionally, a prefix and/or suffix can be added. The result is stored into another attribute of the same source element.
Version:
$Id: BeanPropertyMethodNameTransformer.java 1855923 2019-03-20 16:19:39Z gk $
  • Constructor Details

    • BeanPropertyMethodNameTransformer

      public BeanPropertyMethodNameTransformer()
      Constructor.
  • Method Details