Uses of Interface
com.dslplatform.json.DslJson.Fallback
-
Packages that use DslJson.Fallback Package Description com.dslplatform.json -
-
Uses of DslJson.Fallback in com.dslplatform.json
Fields in com.dslplatform.json declared as DslJson.Fallback Modifier and Type Field Description protected DslJson.Fallback<TContext>DslJson. fallbackprivate DslJson.Fallback<TContext>DslJson.Settings. fallbackMethods in com.dslplatform.json with parameters of type DslJson.Fallback Modifier and Type Method Description DslJson.Settings<TContext>DslJson.Settings. fallbackTo(DslJson.Fallback<TContext> fallback)Deprecated.Constructors in com.dslplatform.json with parameters of type DslJson.Fallback Constructor Description DslJson(TContext context, boolean javaSpecifics, DslJson.Fallback<TContext> fallback, boolean omitDefaults, StringCache keyCache, java.lang.Iterable<Configuration> serializers)Deprecated.
-