This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch UNOMI-960-javadoc-cleanup
in repository https://gitbox.apache.org/repos/asf/unomi.git
from cf1d67e47 UNOMI-960: Improve Javadoc in common, scripting, and
router-api
add 0b63c8fdf UNOMI-960: Improve Javadoc in services-common and
persistence-spi
No new revisions were added by this update.
Summary of changes:
.../unomi/persistence/spi/CustomObjectMapper.java | 35 +++++++++
.../unomi/persistence/spi/ItemDeserializer.java | 17 ++++
.../unomi/persistence/spi/PersistenceService.java | 1 +
.../unomi/persistence/spi/PropertyHelper.java | 61 ++++++++++++++-
.../spi/PropertyTypedObjectDeserializer.java | 17 ++++
.../persistence/spi/aggregate/DateAggregate.java | 38 +++++++--
.../spi/aggregate/DateRangeAggregate.java | 8 ++
.../spi/aggregate/IpRangeAggregate.java | 4 +
.../spi/aggregate/NumericRangeAggregate.java | 4 +
.../persistence/spi/aggregate/TermsAggregate.java | 17 +++-
.../spi/conditions/ConditionContextHelper.java | 42 ++++++++++
.../spi/conditions/ValueTypeValidatorRegistry.java | 13 ++++
.../datemath/DateMathParseException.java | 24 ++++++
.../spi/conditions/datemath/DateMathParser.java | 30 ++++++++
.../spi/conditions/datemath/JavaDateFormatter.java | 21 +++++
.../ConditionQueryBuilderDispatcher.java | 6 +-
.../conditions/evaluator/ConditionEvaluator.java | 9 +++
.../impl/ConditionEvaluatorDispatcherImpl.java | 40 ++++++++++
.../spi/conditions/geo/DistanceUnit.java | 90 ++++++++++++++++++++++
.../spi/conditions/geo/GeoDistance.java | 6 ++
.../cache/AbstractMultiTypeCachingService.java | 63 +++++++++++++++
21 files changed, 536 insertions(+), 10 deletions(-)