public class MapperTestUtils extends Object
Constructor and Description |
---|
MapperTestUtils() |
Modifier and Type | Method and Description |
---|---|
static @NotNull org.codehaus.staxmate.out.SMOutputDocument |
createOutputDocument(@NotNull File outputFile) |
static @NotNull org.codehaus.staxmate.in.SMInputCursor |
getElementCursor(@NotNull Object object,
@NotNull String resourceName,
@NotNull String expectedListNode)
Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
|
static @NotNull org.codehaus.staxmate.in.SMInputCursor |
getRootCursor(@NotNull File inputFile)
Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
|
static @NotNull org.codehaus.staxmate.in.SMInputCursor |
getRootCursor(@NotNull InputStream inputStream)
Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
|
static @NotNull org.codehaus.staxmate.in.SMInputCursor |
getRootCursor(@NotNull Object object,
@NotNull String resourceName)
Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
|
@NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getRootCursor(@NotNull @NotNull Object object, @NotNull @NotNull String resourceName) throws XMLStreamException, IOException
XMLStreamException
IOException
@NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getElementCursor(@NotNull @NotNull Object object, @NotNull @NotNull String resourceName, @NotNull @NotNull String expectedListNode) throws XMLStreamException, IOException
XMLStreamException
IOException
@NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getRootCursor(@NotNull @NotNull File inputFile) throws XMLStreamException, IOException
XMLStreamException
IOException
@NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getRootCursor(@NotNull @NotNull InputStream inputStream) throws XMLStreamException
XMLStreamException
@NotNull public static @NotNull org.codehaus.staxmate.out.SMOutputDocument createOutputDocument(@NotNull @NotNull File outputFile) throws XMLStreamException
XMLStreamException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.