public static class HoconConfigurationLoader.Builder extends Object
HoconConfigurationLoader.| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
@NonNull HoconConfigurationLoader |
build() |
@NonNull ConfigParseOptions |
getParseOptions()
Gets the
ConfigRenderOptions to be used by the resultant loader. |
@NonNull ConfigRenderOptions |
getRenderOptions()
Gets the
ConfigRenderOptions to be used by the resultant loader. |
@NonNull HoconConfigurationLoader.Builder |
setParseOptions(ConfigParseOptions options)
Sets the
ConfigParseOptions the resultant loader should use. |
@NonNull HoconConfigurationLoader.Builder |
setRenderOptions(@NonNull ConfigRenderOptions options)
Sets the
ConfigRenderOptions the resultant loader should use. |
protected Builder()
public @NonNull HoconConfigurationLoader.Builder setRenderOptions(@NonNull ConfigRenderOptions options)
ConfigRenderOptions the resultant loader should use.options - The render optionspublic @NonNull ConfigRenderOptions getRenderOptions()
ConfigRenderOptions to be used by the resultant loader.public @NonNull HoconConfigurationLoader.Builder setParseOptions(ConfigParseOptions options)
ConfigParseOptions the resultant loader should use.options - The parse optionspublic @NonNull ConfigParseOptions getParseOptions()
ConfigRenderOptions to be used by the resultant loader.public @NonNull HoconConfigurationLoader build()