Uses of Class
de.xima.fc.converter.json.JsonPathMapConverter
-
Packages that use JsonPathMapConverter Package Description de.xima.fc.converter.json -
-
Uses of JsonPathMapConverter in de.xima.fc.converter.json
Fields in de.xima.fc.converter.json declared as JsonPathMapConverter Modifier and Type Field Description static JsonPathMapConverter
JsonPathMapConverter. DEFAULT
A default instance of the converter that encrypts / decrypts all values (other than those explicitly marked withNoEncryption
).static JsonPathMapConverter
JsonPathMapConverter. NO_ENCRYPTION
A default instance of the converter that does not encrypt / decrypt any values.
-