Interface MarshallerConfigurationBuilder<C,E,B extends MarshallerConfigurationBuilder<C,E,B>>
- Type Parameters:
C- the configuration typeE- the marshalling configuration entry typeB- the configuration builder type
public interface MarshallerConfigurationBuilder<C,E,B extends MarshallerConfigurationBuilder<C,E,B>>
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
register
Registers configuration entry.- Parameters:
entry- a configuration entry- Returns:
- a reference to this builder
-
load
Loads marshalling configuration from the specified class loader.- Parameters:
loader- a class loader- Returns:
- a reference to this builder
-
build
C build()Builds the marshalling configuration.- Returns:
- a marshalling configuration.
-