Uses of Interface
de.xima.fc.common.json.IJsonPrimitiveConverter
-
Packages that use IJsonPrimitiveConverter Package Description de.xima.fc.converter.json -
-
Uses of IJsonPrimitiveConverter in de.xima.fc.converter.json
Classes in de.xima.fc.converter.json that implement IJsonPrimitiveConverter Modifier and Type Class Description class
SimpleJsonPrimitiveConverter
A defaultIJsonPrimitiveConverter
that converts between JSON primitives and strings.Methods in de.xima.fc.converter.json with parameters of type IJsonPrimitiveConverter Modifier and Type Method Description JsonPathEntryConverter.Builder
JsonPathEntryConverter.Builder. primitiveConverter(IJsonPrimitiveConverter converter)
Sets the converter for converting between JSON primitives and strings.
-