Uses of Package
org.apache.juneau.json
Packages that use org.apache.juneau.json
Package
Description
-
Classes in org.apache.juneau.json used by org.apache.juneau
-
Classes in org.apache.juneau.json used by org.apache.juneau.jsonClassDescriptionParses any valid JSON text into a POJO model.Serializes POJO models to Simplified JSON.Metadata on bean properties specific to the JSON serializers and parsers pulled from the
@Json
annotation on the bean property.Metadata on classes specific to the JSON serializers and parsers pulled from the@Json
annotation on the class.Interface for providing access toJsonClassMeta
andJsonBeanPropertyMeta
objects.Parses any valid JSON text into a POJO model.Builder class.Session object that lives for the duration of a single use ofJsonParser
.Builder class.Serializes POJO metadata to HTTP responses as JSON-Schema.Builder class.Session object that lives for the duration of a single use ofJsonSchemaSerializer
.Builder class.Serializes POJO models to JSON.Builder class.Session object that lives for the duration of a single use ofJsonSerializer
.Builder class.Specialized writer for serializing JSON. -
Classes in org.apache.juneau.json used by org.apache.juneau.json.annotation
-
Classes in org.apache.juneau.json used by org.apache.juneau.jsonschema
-
Classes in org.apache.juneau.json used by org.apache.juneau.marshallerClassDescriptionParses any valid JSON text into a POJO model.Serializes POJO models to Simplified JSON.Parses any valid JSON text into a POJO model.Serializes POJO models to JSON.