Class BeanPropertyMethodNameTransformerTest
java.lang.Object
org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformerTest
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 $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BeanPropertyMethodNameTransformerTest
public BeanPropertyMethodNameTransformerTest()
-
-
Method Details
-
before
- Throws:
SourceTransformerException
-
testNoPrefixSuffix
- Throws:
SourceTransformerException
-
testPrefixSuffix
- Throws:
SourceTransformerException
-
testNoOverwrite
- Throws:
SourceTransformerException
-
testNoOverwriteEmptyTarget
- Throws:
SourceTransformerException
-