Uses of Interface
com.sun.xml.bind.v2.runtime.unmarshaller.Patcher
-
Packages that use Patcher Package Description com.sun.xml.bind.v2.runtime.unmarshaller -
-
Uses of Patcher in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type Patcher Modifier and Type Method Description void
UnmarshallingContext. addPatcher(Patcher job)
Adds a job that will be executed at the last of the unmarshalling.
-