@Deprecated public class EventTypeWriter extends HeaderWriter<EventType>
Constructor and Description |
---|
EventTypeWriter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HeaderWriter<EventType> |
append(EventType value)
Deprecated.
Appends a value.
|
static String |
write(EventType eventType)
Deprecated.
Writes an event type.
|
static String |
write(List<EventType> eventTypes)
Deprecated.
Writes a list of event types.
|
append, append, append, append, append, append, appendComment, appendExtension, appendExtension, appendParameterSeparator, appendProduct, appendQuotedPair, appendQuotedString, appendSpace, appendToken, appendUriEncoded, appendValueSeparator, canWrite
public static String write(EventType eventType)
eventType
- The event type.public static String write(List<EventType> eventTypes)
eventTypes
- The list of event types.public HeaderWriter<EventType> append(EventType value)
HeaderWriter
append
in class HeaderWriter<EventType>
value
- The value.Copyright © 2005–2019. All rights reserved.