Uses of Interface
io.smallrye.config.ConfigMappingObject
-
-
Uses of ConfigMappingObject in io.smallrye.config
Methods in io.smallrye.config that return ConfigMappingObject Modifier and Type Method Description ConfigMappingObjectConfigMappingContext. getRoot(Class<?> rootType, String rootPath)Methods in io.smallrye.config that return types with arguments of type ConfigMappingObject Modifier and Type Method Description static <T> Class<? extends ConfigMappingObject>ConfigMappingLoader. getImplementationClass(Class<T> type)Methods in io.smallrye.config with parameters of type ConfigMappingObject Modifier and Type Method Description voidConfigMappingContext. registerRoot(Class<?> rootType, String rootPath, ConfigMappingObject root)
-