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 final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.AttributeAsElementMarshaller
     
    static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PluginObjectTypeMarshaller
     
    static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.ObjectListMarshaller
     
    static final org.camunda.bpm.container.impl.jboss.util.CustomMarshaller.PropertiesAttributeMarshaller
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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
  • Constructor Details

    • CustomMarshaller

      public CustomMarshaller()
  • Method Details

    • getValueTypes

      public 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.
    • getValueType

      public 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.