public class CustomMarshaller extends Object
| Modifier and Type | Field and Description | 
|---|---|
static org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.AttributeAsElementMarshaller | 
ATTRIBUTE_AS_ELEMENT  | 
static org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PluginObjectTypeMarshaller | 
OBJECT_AS_ELEMENT  | 
static org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.ObjectListMarshaller | 
OBJECT_LIST  | 
| Constructor and Description | 
|---|
CustomMarshaller()  | 
| Modifier and Type | Method and Description | 
|---|---|
static org.jboss.as.controller.AttributeDefinition | 
getValueType(Object instance,
            Class clazz)
Obtain the 'valueType' of the ObjectListAttributeDefinition through reflection because they are private in Wildfly 8. 
 | 
static org.jboss.as.controller.AttributeDefinition[] | 
getValueTypes(Object instance,
             Class clazz)
Obtain the 'valueTypes' of the ObjectTypeAttributeDefinition through reflection because they are private in Wildfly 8. 
 | 
public static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.AttributeAsElementMarshaller ATTRIBUTE_AS_ELEMENT
public static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PluginObjectTypeMarshaller OBJECT_AS_ELEMENT
public static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.ObjectListMarshaller OBJECT_LIST
Copyright © 2019. All rights reserved.