Class BuildTimeConfigurationReader.ReadResult

    • Field Detail

      • buildTimeRunTimeValues

        final Map<String,​String> buildTimeRunTimeValues
      • bootstrapRootsEmpty

        final boolean bootstrapRootsEmpty
      • buildTimeMappings

        final List<io.smallrye.config.ConfigMappings.ConfigClassWithPrefix> buildTimeMappings
      • buildTimeRunTimeMappings

        final List<io.smallrye.config.ConfigMappings.ConfigClassWithPrefix> buildTimeRunTimeMappings
      • runTimeMappings

        final List<io.smallrye.config.ConfigMappings.ConfigClassWithPrefix> runTimeMappings
      • allMappings

        final Map<Class<?>,​io.smallrye.config.ConfigMappings.ConfigClassWithPrefix> allMappings
      • unknownBuildProperties

        final Set<String> unknownBuildProperties
    • Method Detail

      • getObjectsByClass

        public Map<Class<?>,​Object> getObjectsByClass()
      • getAllBuildTimeValues

        public Map<String,​String> getAllBuildTimeValues()
      • getBuildTimeRunTimeValues

        public Map<String,​String> getBuildTimeRunTimeValues()
      • getRunTimeDefaultValues

        public Map<String,​String> getRunTimeDefaultValues()
      • isBootstrapRootsEmpty

        public boolean isBootstrapRootsEmpty()
      • getBuildTimeMappings

        public List<io.smallrye.config.ConfigMappings.ConfigClassWithPrefix> getBuildTimeMappings()
      • getBuildTimeRunTimeMappings

        public List<io.smallrye.config.ConfigMappings.ConfigClassWithPrefix> getBuildTimeRunTimeMappings()
      • getRunTimeMappings

        public List<io.smallrye.config.ConfigMappings.ConfigClassWithPrefix> getRunTimeMappings()
      • getAllMappings

        public Map<Class<?>,​io.smallrye.config.ConfigMappings.ConfigClassWithPrefix> getAllMappings()
      • getUnknownBuildProperties

        public Set<String> getUnknownBuildProperties()
      • requireObjectForClass

        public Object requireObjectForClass​(Class<?> clazz)