Interface JsonFieldAdapterString<T>
- All Superinterfaces:
JsonFieldAdapter
JSON field adapter for strings.
-
Method Summary
-
Method Details
-
parse
Parse- Parameters:
value
- value to parse- Returns:
- result
-
write
Write- Parameters:
value
- to writewriter
- output- Throws:
IOException
- in case of failure
-