Uses of Interface
org.jibx.runtime.IUnmarshaller
-
Packages that use IUnmarshaller Package Description org.jibx.runtime org.jibx.runtime.impl -
-
Uses of IUnmarshaller in org.jibx.runtime
Methods in org.jibx.runtime that return IUnmarshaller Modifier and Type Method Description IUnmarshallerIUnmarshallingContext. getUnmarshaller(String mapname)Find the unmarshaller for a particular class in the current context. -
Uses of IUnmarshaller in org.jibx.runtime.impl
Fields in org.jibx.runtime.impl declared as IUnmarshaller Modifier and Type Field Description protected IUnmarshaller[]UnmarshallingContext. m_unmarshallersUnmarshallers for classes in mapping definition (lazy create of actual unmarshaller instances)Methods in org.jibx.runtime.impl that return IUnmarshaller Modifier and Type Method Description IUnmarshallerUnmarshallingContext. getUnmarshaller(String mapname)Find the unmarshaller for a particular class in the current context.IUnmarshallerUnmarshallingContext. getUnmarshaller(String ns, String name)Find the unmarshaller for a particular element name (including namespace) in the current context.
-