Interface IConfiguration<T extends IConfigurationFeature<?>>

    • Method Detail

      • get

        @NonNull
        default <V> V get​(@NonNull
                          T feature)
        Get the configuration value of the provided feature.
        Type Parameters:
        V - the value type
        Parameters:
        feature - the requested feature
        Returns:
        the value of the feature
      • getFeatureValues

        @NonNull
        Map<T,​ObjectgetFeatureValues()
        Get the mapping of each feature mapped to its value.
        Returns:
        the mapping