Package io.sentry.protocol
Class Spring
java.lang.Object
io.sentry.protocol.Spring
- All Implemented Interfaces:
JsonSerializable,JsonUnknown
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable String[]inthashCode()voidserialize(@NotNull ObjectWriter writer, @NotNull ILogger logger) voidsetActiveProfiles(@Nullable String[] activeProfiles) voidsetUnknown(@Nullable Map<String, Object> unknown)
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
Spring
public Spring() -
Spring
-
-
Method Details
-
getActiveProfiles
-
setActiveProfiles
-
getUnknown
- Specified by:
getUnknownin interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknownin interfaceJsonUnknown
-
equals
-
hashCode
public int hashCode() -
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serializein interfaceJsonSerializable- Throws:
IOException
-