Class CustomMarshaller


  • public class CustomMarshaller
    extends java.lang.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  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • CustomMarshaller

        public CustomMarshaller()
    • Method Detail

      • getValueTypes

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

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