
com.github.thorbenkuck.di.runtime.properties.PropertyConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wire-di-runtime-environment Show documentation
Show all versions of wire-di-runtime-environment Show documentation
Easy and simple di using annotation processors
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