Uses of Class
jsonvalues.spec.SpecToGen
Packages that use SpecToGen
Package
Description
The `jsonvalues.spec` package provides classes and interfaces for defining and working with JSON specifications
(specs) and parsers.
-
Uses of SpecToGen in jsonvalues.spec
Fields in jsonvalues.spec declared as SpecToGenModifier and TypeFieldDescriptionstatic final SpecToGen
SpecToGen.DEFAULT
The default instance of theSpecToGen
class.Methods in jsonvalues.spec that return SpecToGenModifier and TypeMethodDescriptionstatic SpecToGen
SpecToGen.of
(SpecGenConfBuilder confBuilder) Creates a new instance of theSpecToGen
class with the specified configuration.