Interface Configuration

  • All Superinterfaces:
    ConfigurationV
    All Known Implementing Classes:
    ConfigurationI

    public interface Configuration
    extends ConfigurationV
    TODO Split up into generic dynamically typed and type safe table and this configuration class.
    • Method Detail

      • process

        <T> void process​(Class<? extends T> type,
                         Function<T,​T> processor)
        Process a certain type of resource values.
        Type Parameters:
        T - Type of resource values, that will be processed.
        Parameters:
        type - Type of resource values, that will be processed.
        processor - Function that replaces current resource values.