All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.thorbenkuck.di.runtime.properties.PropertyConverter Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.di.runtime.properties;

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

public interface PropertyConverter {

    @Nullable
    T apply(
            @NotNull final TypedProperties typedProperties,
            @NotNull final String key,
            @Nullable final String defaultValue
    );

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy