Class BeanPropertyMethodNameTransformerTest


  • public class BeanPropertyMethodNameTransformerTest
    extends Object
    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: BeanPropertyMethodNameTransformerTest.java 1855607 2019-03-15 16:41:24Z gk $