Package io.sentry
Interface ObjectWriter
- All Known Implementing Classes:
JsonObjectWriter
,MapObjectWriter
public interface ObjectWriter
-
Method Summary
Modifier and TypeMethodDescriptionendArray()
void
setLenient
(boolean lenient) value
(boolean value) value
(double value) value
(long value)
-
Method Details
-
beginArray
- Throws:
IOException
-
endArray
- Throws:
IOException
-
beginObject
- Throws:
IOException
-
endObject
- Throws:
IOException
-
name
- Throws:
IOException
-
value
- Throws:
IOException
-
jsonValue
- Throws:
IOException
-
nullValue
- Throws:
IOException
-
value
- Throws:
IOException
-
value
- Throws:
IOException
-
value
- Throws:
IOException
-
value
- Throws:
IOException
-
value
- Throws:
IOException
-
value
ObjectWriter value(@NotNull @NotNull ILogger logger, @Nullable @Nullable Object object) throws IOException - Throws:
IOException
-
setLenient
void setLenient(boolean lenient)
-