Archimedes Trajano
93651e49b7
Only call getEffectiveDefaults when needed
...
The call to `getEffectiveDefaults` will make `json-smart` dependency
required for processing. By removing the call when not needed
`json-smart` can be safely excluded.
In addition the logger was removed since it was not being used.
10 years ago
Archimedes Trajano
616c5275b7
Remove unused logger from class
...
Logger is not being used here. Removing
10 years ago
Jochen Berger
f6bc487d5b
move the default Defaults implementation to a separate class that is only loaded when needed, this makes it possible to exclude the json-smart dependency (see https://code.google.com/p/json-path/issues/detail?id=68 )
10 years ago
Kalle Stenflo
e6e28772f3
Moved providers out of internal.
10 years ago
Kalle Stenflo
c71e2c5e48
Improved support for Gson and Jackson Providers.
11 years ago
Kalle Stenflo
73bf52fdd8
Added limit() to JsonReader.
11 years ago
Kalle Stenflo
3cb6d6b1de
Added EvaluationListener support.
11 years ago
Kalle Stenflo
1bb52b59b0
Renamed internal 'compiler' package to 'token'
11 years ago
Kalle Stenflo
3c2d3ecc70
Changed some method names and added java doc.
11 years ago
Kalle Stenflo
2d01aa630b
Fixed failing test.
11 years ago
Kalle Stenflo
05a74953ed
Renamed Converters to Mappers and added JacksonMappingProvider.
11 years ago
Kalle Stenflo
c78fcf6d1c
Made provider names more symmetrical. Some documentation.
11 years ago
Kalle Stenflo
15f1330987
Reworked conversion handling.
11 years ago
Jochen Berger
c8cf8356c1
remove `JsonProviderFactory`, the `JsonProvider` should be set via `Configuration`
11 years ago
Kalle Stenflo
4194ac3e7e
Clean up.
11 years ago
Kalle Stenflo
c88638c4ef
Fixed issues
11 years ago
Kalle Stenflo
0d8192170a
Code clean up and JacksonProvider improvements.
11 years ago
Kalle Stenflo
5a4bf10940
Code clean up.
11 years ago
Kalle Stenflo
20511b5cfc
Optimized imports and removed file headers.
11 years ago
Kalle Stenflo
608c1a77be
Rewrite intenals.
11 years ago
Kalle Stenflo
ed1ebe7b74
Removed apache commons dependencies.
12 years ago
Kalle Stenflo
47cb1c6f06
Improved API and added some doc.
12 years ago
Kalle Stenflo
b15cb3ac8f
API clean up. Reduce static method overloading by fluent API.
12 years ago