public class SMOutputElementAppender extends Object
Constructor and Description |
---|
SMOutputElementAppender(org.codehaus.staxmate.out.SMOutputElement outputElement) |
public SMOutputElementAppender(org.codehaus.staxmate.out.SMOutputElement outputElement)
@NotNull public SMOutputElementAppender append(@NotNull String elementName, @NotNull String value) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender append(@NotNull String elementName, boolean value) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender append(@NotNull String elementName, int value) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender append(@NotNull String elementName, long value) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender append(@NotNull String elementName, @Nullable com.atlassian.core.bean.EntityObject entityObject) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender append(@NotNull String elementName, @Nullable Key key) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender append(@NotNull String elementName, @Nullable ResultKey resultKey) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender append(@NotNull String elementName, @Nullable Enum value) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender appendIfNotBlank(@NotNull String elementName, @Nullable String value) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender appendIfNotEqual(@NotNull String elementName, String value, String defaultValue) throws XMLStreamException
XMLStreamException
@NotNull public <T extends Enum<T>> SMOutputElementAppender appendIfNotNull(@NotNull String elementName, @Nullable T value) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender appendIfNotNull(@NotNull String elementName, @Nullable Date value) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender appendIfNotNull(@NotNull String elementName, @Nullable Date value, @NotNull TimeZone timeZone) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender appendIfNotNull(@NotNull String elementName, @Nullable Number value) throws XMLStreamException
XMLStreamException
@NotNull public SMOutputElementAppender appendCData(@NotNull String elementName, @Nullable String value) throws XMLStreamException
XMLStreamException
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.