Package io.smallrye.config
Class ConfigValue.ConfigValueBuilder
java.lang.Object
io.smallrye.config.ConfigValue.ConfigValueBuilder
- Enclosing class:
ConfigValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withConfigSourceName(String configSourceName) withConfigSourceOrdinal(int configSourceOrdinal) withConfigSourcePosition(int configSourcePosition) withLineNumber(int lineNumber) withProblems(List<ConfigValidationException.Problem> problems) withProfile(String profile) withRawValue(String rawValue)
-
Constructor Details
-
ConfigValueBuilder
public ConfigValueBuilder()
-
-
Method Details
-
withName
-
withValue
-
withRawValue
-
withProfile
-
withConfigSourceName
-
withConfigSourceOrdinal
-
withConfigSourcePosition
-
withLineNumber
-
noProblems
-
withProblems
public ConfigValue.ConfigValueBuilder withProblems(List<ConfigValidationException.Problem> problems) -
addProblem
-
build
-