ConfigBeansSettingspublic interface ConfigBeansSettings
Methods Summary |
---|
public boolean | isSpecialElement(java.lang.String name)determines whether the parameter is
a special element. Some elements
will need to be handled specially.
| public java.lang.String | mapElementName(java.lang.String originalName)Used to map the names from original name to
a transformed name. By default, since schema2beans
has this restriction, property is mapped to
element-property
|
|