Uses of Class
io.smallrye.config.ConfigMappingInterface
Packages that use ConfigMappingInterface
-
Uses of ConfigMappingInterface in io.smallrye.config
Methods in io.smallrye.config that return ConfigMappingInterfaceModifier and TypeMethodDescriptionstatic ConfigMappingInterfaceConfigMappingLoader.getConfigMapping(Class<?> type) static ConfigMappingInterfaceConfigMappingInterface.getConfigurationInterface(Class<?> interfaceType) Get the configuration interface information for the given interface class.ConfigMappingInterface.GroupProperty.getGroupType()ConfigMappingInterface.getSuperTypes()Get the array ofConfigMappingInterfacesuper types relative to thisConfigMappingInterface.Methods in io.smallrye.config with parameters of type ConfigMappingInterfaceModifier and TypeMethodDescriptionConfigMappingInterface.getProperties(ConfigMappingInterface configMapping) Constructs a representation of allConfigMappingInterface.Propertycontained in theConfigMappingInterface.