Uses of Class
io.smallrye.config.ConfigMappingInterface
-
Packages that use ConfigMappingInterface Package Description io.smallrye.config -
-
Uses of ConfigMappingInterface in io.smallrye.config
Methods in io.smallrye.config that return ConfigMappingInterface Modifier and Type Method Description static ConfigMappingInterfaceConfigMappingLoader. getConfigMapping(Class<?> type)static ConfigMappingInterfaceConfigMappingInterface. getConfigurationInterface(Class<?> interfaceType)Get the configuration interface information for the given interface class.ConfigMappingInterfaceConfigMappingInterface.GroupProperty. getGroupType()ConfigMappingInterface[]ConfigMappingInterface. getSuperTypes()Get the array ofConfigMappingInterfacesuper types relative to thisConfigMappingInterface.Methods in io.smallrye.config with parameters of type ConfigMappingInterface Modifier and Type Method Description static Map<String,Map<String,Set<String>>>ConfigMappingInterface. getNames(ConfigMappingInterface configMapping)Constructs a representation of allConfigMappingInterface.Propertynames contained in theConfigMappingInterface.static Map<Class<?>,Map<String,Map<String,ConfigMappingInterface.Property>>>ConfigMappingInterface. getProperties(ConfigMappingInterface configMapping)Constructs a representation of allConfigMappingInterface.Propertycontained in theConfigMappingInterface.
-