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

io.smallrye.config.ConfigMappingClassMapper Maven / Gradle / Ivy

package io.smallrye.config;

public interface ConfigMappingClassMapper {
    default Object map() {
        throw new UnsupportedOperationException();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy