|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.config.spring.parsers.assembly.configuration.Conventions
public final class Conventions
Overloads the Spring Conventions
class, specifically the attributeNameToPropertyName(String)
Method to evaluate the first character of the attribute name and ignore if it is upper case since this is not valid Bean notation
and Mule uses upper case to signify a non-bean attribute name.
Method Summary | |
---|---|
static java.lang.String |
attributeNameToPropertyName(java.lang.String attributeName)
Overloads the Spring version of this method to tak into account the first character in the attribute name An upper case char as the first letter of a bean name is not allowed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String attributeNameToPropertyName(java.lang.String attributeName)
attributeName
- the attribute name to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |