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

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

package io.smallrye.config;

public interface ConfigMappingMetadata {
    Class getInterfaceType();

    String getClassName();

    byte[] getClassBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy