Uses of Interface
com.dslplatform.json.Configuration
Packages that use Configuration
-
Uses of Configuration in com.dslplatform.json
Fields in com.dslplatform.json with type parameters of type ConfigurationModifier and TypeFieldDescriptionprivate final List<Configuration> DslJson.Settings.configurationsMethods in com.dslplatform.json with parameters of type ConfigurationModifier and TypeMethodDescriptionDslJson.Settings.with(Configuration conf) Configure DslJson with custom Configuration during startup.Method parameters in com.dslplatform.json with type arguments of type ConfigurationModifier and TypeMethodDescriptionprivate DslJson.Settings<TContext> DslJson.Settings.with(Iterable<Configuration> confs) Constructor parameters in com.dslplatform.json with type arguments of type ConfigurationModifierConstructorDescriptionDslJson(TContext context, boolean javaSpecifics, DslJson.Fallback<TContext> fallback, boolean omitDefaults, StringCache keyCache, Iterable<Configuration> serializers) Deprecated. -
Uses of Configuration in dsl_json.java.util
Classes in dsl_json.java.util that implement Configuration