Class MarshallingConfigurationBuilder.DefaultMarshallingConfigurationBuilder
java.lang.Object
org.wildfly.clustering.marshalling.jboss.MarshallingConfigurationBuilder.DefaultMarshallingConfigurationBuilder
- All Implemented Interfaces:
MarshallingConfigurationBuilder, org.wildfly.clustering.marshalling.MarshallerConfigurationBuilder<org.jboss.marshalling.MarshallingConfiguration, ExternalizerProvider, MarshallingConfigurationBuilder>
- Enclosing interface:
MarshallingConfigurationBuilder
public static class MarshallingConfigurationBuilder.DefaultMarshallingConfigurationBuilder
extends Object
implements MarshallingConfigurationBuilder
Builder of a JBoss marshalling configuration.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface MarshallingConfigurationBuilder
MarshallingConfigurationBuilder.DefaultMarshallingConfigurationBuilder -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.MarshallingConfigurationbuild()load(ClassLoader loader) register(ExternalizerProvider provider)
-
Method Details
-
register
- Specified by:
registerin interfaceorg.wildfly.clustering.marshalling.MarshallerConfigurationBuilder<org.jboss.marshalling.MarshallingConfiguration, ExternalizerProvider, MarshallingConfigurationBuilder>
-
load
- Specified by:
loadin interfaceorg.wildfly.clustering.marshalling.MarshallerConfigurationBuilder<org.jboss.marshalling.MarshallingConfiguration, ExternalizerProvider, MarshallingConfigurationBuilder>
-
build
public org.jboss.marshalling.MarshallingConfiguration build()- Specified by:
buildin interfaceorg.wildfly.clustering.marshalling.MarshallerConfigurationBuilder<org.jboss.marshalling.MarshallingConfiguration, ExternalizerProvider, MarshallingConfigurationBuilder>
-