Package com.azure.json
Interface WriteValueCallback<T,U>
- Type Parameters:
T- First type of the callback.U- Second type of the callback.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback used when writing a JSON value, such as
JsonWriter.writeArray(Object[], WriteValueCallback).- See Also:
-
Method Summary
-
Method Details
-
write
Applies the write callback toinput1andinput2.- Parameters:
input1- First type of the callback.input2- Second type of the callback.- Throws:
IOException- If an I/O error occurs during the callback.
-