public class CustomMarshaller extends Object
Modifier and Type | Field and Description |
---|---|
static org.jboss.as.controller.AttributeMarshaller |
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 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.jboss.as.controller.AttributeMarshaller 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
public static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PropertiesAttributeMarshaller PROPERTIES_MARSHALLER
Copyright © 2022. All rights reserved.