Class CustomMarshaller
- java.lang.Object
- 
- org.camunda.bpm.container.impl.jboss.util.CustomMarshaller
 
- 
 public class CustomMarshaller extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.AttributeAsElementMarshallerATTRIBUTE_AS_ELEMENTstatic org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PluginObjectTypeMarshallerOBJECT_AS_ELEMENTstatic org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.ObjectListMarshallerOBJECT_LISTstatic org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PropertiesAttributeMarshallerPROPERTIES_MARSHALLER
 - 
Constructor SummaryConstructors Constructor Description CustomMarshaller()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.as.controller.AttributeDefinitiongetValueType(java.lang.Object instance, java.lang.Class clazz)Obtain the 'valueType' of the ObjectListAttributeDefinition through reflection because they are private in Wildfly 8.static org.jboss.as.controller.AttributeDefinition[]getValueTypes(java.lang.Object instance, java.lang.Class clazz)Obtain the 'valueTypes' of the ObjectTypeAttributeDefinition through reflection because they are private in Wildfly 8.
 
- 
- 
- 
Field Detail- 
ATTRIBUTE_AS_ELEMENTpublic static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.AttributeAsElementMarshaller ATTRIBUTE_AS_ELEMENT 
 - 
OBJECT_AS_ELEMENTpublic static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PluginObjectTypeMarshaller OBJECT_AS_ELEMENT 
 - 
OBJECT_LISTpublic static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.ObjectListMarshaller OBJECT_LIST 
 - 
PROPERTIES_MARSHALLERpublic static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PropertiesAttributeMarshaller PROPERTIES_MARSHALLER 
 
- 
 - 
Method Detail- 
getValueTypespublic static org.jboss.as.controller.AttributeDefinition[] getValueTypes(java.lang.Object instance, java.lang.Class clazz)Obtain the 'valueTypes' of the ObjectTypeAttributeDefinition through reflection because they are private in Wildfly 8.
 - 
getValueTypepublic static org.jboss.as.controller.AttributeDefinition getValueType(java.lang.Object instance, java.lang.Class clazz)Obtain the 'valueType' of the ObjectListAttributeDefinition through reflection because they are private in Wildfly 8.
 
- 
 
-