Class SimpleMarshallingConfigurationRepository

    • Constructor Detail

      • SimpleMarshallingConfigurationRepository

        public SimpleMarshallingConfigurationRepository​(Class<E> enumClass,
                                                        E current,
                                                        C context)
        Create a marshalling configuration repository using the specified enumeration of marshalling configuration suppliers.
        Parameters:
        enumClass - an enum class
        current - the supplier of the current marshalling configuration
        context - the context with which to obtain the marshalling configuration
      • SimpleMarshallingConfigurationRepository

        public SimpleMarshallingConfigurationRepository​(org.jboss.marshalling.MarshallingConfiguration... configurations)
        Create a marshalling configuration repository using the specified marshalling configurations. The current version is always the last.
        Parameters:
        configurations -