Uses of Class
space.arim.dazzleconf.ConfigurationOptions.Builder
Packages that use ConfigurationOptions.Builder
Package
Description
Base package containing classes which most usage will involve.
-
Uses of ConfigurationOptions.Builder in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return ConfigurationOptions.BuilderModifier and TypeMethodDescriptionConfigurationOptions.Builder.addSerialiser(ValueSerialiser<?> serialiser) Adds the specified value serialiser to this builderConfigurationOptions.Builder.addSerialisers(Collection<ValueSerialiser<?>> serialisers) Adds the specified value serialisers to this builderConfigurationOptions.Builder.addSerialisers(ValueSerialiser<?>... serialisers) Adds the specified value serialisers to this builderConfigurationOptions.Builder.addValidator(String key, ValueValidator validator) Deprecated.Value validators are deprecated and will be removed in DazzleConf 2.0.ConfigurationOptions.Builder.addValidators(Map<String, ? extends ValueValidator> validators) Deprecated.Value validators are deprecated and will be removed in DazzleConf 2.0.ConfigurationOptions.Builder.clearSerialisers()Clears the serialisers of this builderConfigurationOptions.Builder.clearValidators()Clears the validators of this builderConfigurationOptions.Builder.setCreateSingleElementCollections(boolean createSingleElementCollections) Specifies whether, when a configuration value is desired as some kind of collection, but the config value is not a collection, a single element collection should be created from the value and used.ConfigurationOptions.Builder.setDottedPathInConfKey(boolean dottedPathInConfKey) Deprecated.Using dotted paths inConfKeyis a poor design choice, awkwardly implemented, and it will be removed in DazzleConf 2.0ConfigurationOptions.Builder.setStrictParseEnums(boolean strictParseEnums) Specifies whether enum values should be strictly parsed.ConfigurationOptions.Builder.sorter(ConfigurationSorter sorter) Sets theConfigurationSorterto use when writing the configuration to a stream or channel.