Class CustomMarshaller
- java.lang.Object
-
- org.camunda.bpm.container.impl.jboss.util.CustomMarshaller
-
public class CustomMarshaller extends Object
-
-
Field Summary
Fields Modifier and Type Field 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
static org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PropertiesAttributeMarshaller
PROPERTIES_MARSHALLER
-
Constructor Summary
Constructors Constructor Description CustomMarshaller()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
ATTRIBUTE_AS_ELEMENT
public static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.AttributeAsElementMarshaller ATTRIBUTE_AS_ELEMENT
-
OBJECT_AS_ELEMENT
public static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PluginObjectTypeMarshaller OBJECT_AS_ELEMENT
-
OBJECT_LIST
public static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.ObjectListMarshaller OBJECT_LIST
-
PROPERTIES_MARSHALLER
public static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PropertiesAttributeMarshaller PROPERTIES_MARSHALLER
-
-