Klasse ContentClassificationStateListSerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<Collection<ContentClassificationState>>
com.github.twitch4j.helix.interceptor.ContentClassificationStateListSerializer
- Alle implementierten Schnittstellen:
JsonFormatVisitable
@Internal
public class ContentClassificationStateListSerializer
extends JsonSerializer<Collection<ContentClassificationState>>
Serializes
Collection<ContentClassificationState> within ChannelInformation
for TwitchHelix.updateChannelInformation(String, String, ChannelInformation)
where ContentClassification.MATURE_GAME is not included in ChannelInformation.getContentClassificationLabels()
since this label is controlled by the game category (rather than the user).-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.fasterxml.jackson.databind.JsonSerializer
JsonSerializer.None -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidserialize(Collection<ContentClassificationState> value, JsonGenerator gen, SerializerProvider serializers) Von Klasse geerbte Methoden com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
-
Konstruktordetails
-
ContentClassificationStateListSerializer
public ContentClassificationStateListSerializer()
-
-
Methodendetails
-
serialize
public void serialize(Collection<ContentClassificationState> value, JsonGenerator gen, SerializerProvider serializers) throws IOException - Angegeben von:
serializein KlasseJsonSerializer<Collection<ContentClassificationState>>- Löst aus:
IOException
-