Uses of Enum
org.simpleyaml.configuration.implementation.api.QuoteStyle
Packages that use QuoteStyle
Package
Description
-
Uses of QuoteStyle in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file that return QuoteStyleModifier and TypeMethodDescriptionYamlConfigurationOptions.QuoteStyleDefaults.getDefaultQuoteStyle()Get the default quote style.YamlConfigurationOptions.QuoteStyleDefaults.getQuoteStyle(Class<?> valueClass) Get the quote style to apply to a specific type.Methods in org.simpleyaml.configuration.file that return types with arguments of type QuoteStyleModifier and TypeMethodDescriptionMap<Class<?>,QuoteStyle> YamlConfigurationOptions.QuoteStyleDefaults.getQuoteStyles()Get the overriden quote styles for every specific type set.Methods in org.simpleyaml.configuration.file with parameters of type QuoteStyleModifier and TypeMethodDescriptionvoidYamlConfiguration.set(String path, Object value, QuoteStyle quoteStyle) Sets the specified path to the given value.YamlFileWrapper.set(Object value, QuoteStyle quoteStyle) Set the given value to this path.YamlFileWrapper.setChild(String child, Object value, QuoteStyle quoteStyle) Set the given value to the provided child path.YamlConfigurationOptions.QuoteStyleDefaults.setDefaultQuoteStyle(QuoteStyle defaultQuoteStyle) Set the default quote style.YamlConfigurationOptions.QuoteStyleDefaults.setQuoteStyle(Class<?> valueClass, QuoteStyle quoteStyle) Set the default quote style for a specific type. -
Uses of QuoteStyle in org.simpleyaml.configuration.implementation.api
Fields in org.simpleyaml.configuration.implementation.api declared as QuoteStyleMethods in org.simpleyaml.configuration.implementation.api that return QuoteStyleModifier and TypeMethodDescriptionQuoteValue.getQuoteStyle()static QuoteStyleReturns the enum constant of this type with the specified name.static QuoteStyle[]QuoteStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.simpleyaml.configuration.implementation.api with parameters of type QuoteStyle -
Uses of QuoteStyle in org.simpleyaml.configuration.implementation.snakeyaml
Methods in org.simpleyaml.configuration.implementation.snakeyaml with parameters of type QuoteStyleModifier and TypeMethodDescriptionstatic org.yaml.snakeyaml.DumperOptions.ScalarStyleSnakeYamlQuoteValue.getQuoteScalarStyle(QuoteStyle quoteStyle)