Interface IMutableConfiguration<T extends IConfigurationFeature<?>>

Type Parameters:
T - the type of the feature set
All Superinterfaces:
IConfiguration<T>
All Known Implementing Classes:
DefaultConfiguration, DefaultConstraintValidator

public interface IMutableConfiguration<T extends IConfigurationFeature<?>> extends IConfiguration<T>
This interface provides methods for retrieving and updating the configuration of processors and parsers in this library. This provides a mutable view of the current configuration.