public final class Conventions extends Object
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.| Modifier and Type | Method and Description |
|---|---|
static String |
attributeNameToPropertyName(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.
|
public static String attributeNameToPropertyName(String attributeName)
attributeName - the attribute name to parseCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.