public interface XMLUnmarshaler<T> extends UnmarshalerListener
Modifier and Type | Method and Description |
---|---|
T |
unmarshal(Class<?> source,
DocumentReader documentReader,
boolean replaceData) |
T |
unmarshal(T source,
DocumentReader documentReader,
boolean replaceData) |
endElement, endMarshaling, lookup, setAttribute, setValue, startElement, startMarshaling
T unmarshal(Class<?> source, DocumentReader documentReader, boolean replaceData)
T unmarshal(T source, DocumentReader documentReader, boolean replaceData)
Copyright © 2000–2022 EPAM Systems. All rights reserved.