fillModelAttributesFromSubElements(model, jsonObject, componentNode, configClass);
}
public static Object getAttributeValue(String attributeValue, String type) {
if (!ExmlUtils.isCodeExpression(attributeValue)) {
AS3Type as3Type = type == null ? AS3Type.ANY : AS3Type.typeByName(type);
if (AS3Type.ANY.equals(as3Type)) {
as3Type = CompilerUtils.guessType(attributeValue);
}
if (as3Type != null) {
switch (as3Type) {