Uses of Enum Class
org.panteleyev.commons.xml.SerializationOption
Packages that use SerializationOption
-
Uses of SerializationOption in org.panteleyev.commons.xml
Methods in org.panteleyev.commons.xml that return SerializationOptionModifier and TypeMethodDescriptionstatic SerializationOptionReturns the enum constant of this class with the specified name.static SerializationOption[]SerializationOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.panteleyev.commons.xml with type arguments of type SerializationOptionModifier and TypeMethodDescriptionstatic XMLEventReaderWrapperXMLEventReaderWrapper.newInstance(InputStream inputStream, Set<SerializationOption> options) Creates new instance ofXMLStreamWriterWrapper.static XMLStreamWriterWrapperXMLStreamWriterWrapper.newInstance(OutputStream out, Set<SerializationOption> options) Creates an instance ofXMLStreamWriterWrapperwith specified options.