See: Description
Package | Description |
---|---|
com.sdicons.json.annotations |
Annotations that give hints to the mapper, the serializer or other tools on how to handle instances of this class.
|
com.sdicons.json.mapper |
Mapping Java domain classes to the JSON domain so that the generated JSON is nice and clean.
|
com.sdicons.json.mapper.helper |
All the specialized mappers that know how to map instances of a specific class.
|
com.sdicons.json.model |
The JSON model.
|
com.sdicons.json.parser |
Reading files, streams and Strings containing JSON text.
|
com.sdicons.json.repository |
A system to group class helpers, look up the best helper for a class.
|
com.sdicons.json.serializer |
Serializing Java instances to JSON domain objects together with all
type info and structure so that we can restore the Java model in its
original form.
|
com.sdicons.json.serializer.helper |
All specialized serializers that know how to serialize the instances for
specific classes.
|
com.sdicons.json.validator |
Validating a JSON model with validation rules.
|
com.sdicons.json.validator.predicates |
The building blocks to create validation expressions.
|
Copyright © 2012. All Rights Reserved.