Uses of Interface
com.sun.xml.bind.v2.runtime.Transducer
-
Packages that use Transducer Package Description com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package.com.sun.xml.bind.v2.model.runtime The specialization ofcom.sun.xml.bind.v2.model.corefor the runtime.com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects.com.sun.xml.bind.v2.runtime.unmarshaller -
-
Uses of Transducer in com.sun.xml.bind.v2.model.impl
Classes in com.sun.xml.bind.v2.model.impl that implement Transducer Modifier and Type Class Description classRuntimeBuiltinLeafInfoImpl<T>BuiltinLeafInfoImplwith a support for runtime.Methods in com.sun.xml.bind.v2.model.impl that return Transducer Modifier and Type Method Description static TransducerRuntimeModelBuilder. createTransducer(RuntimeNonElementRef ref)Creates aTransducergiven a reference.TransducerRuntimeBuiltinLeafInfoImpl. getTransducer() -
Uses of Transducer in com.sun.xml.bind.v2.model.runtime
Methods in com.sun.xml.bind.v2.model.runtime that return Transducer Modifier and Type Method Description <V> Transducer<V>RuntimeLeafInfo. getTransducer()This method doesn't take the reference properties defined onRuntimeNonElementRefinto account (such as ID-ness.)<V> Transducer<V>RuntimeNonElement. getTransducer()This method doesn't take the reference properties defined onRuntimeNonElementRefinto account (such as ID-ness.)TransducerRuntimeNonElementRef. getTransducer()If the XML representation of the referenced Java type is just a text, return a transducer that converts between the bean and XML. -
Uses of Transducer in com.sun.xml.bind.v2.runtime
Classes in com.sun.xml.bind.v2.runtime that implement Transducer Modifier and Type Class Description classFilterTransducer<T>Transducerthat delegates to anotherTransducer.classInlineBinaryTransducer<V>Transducer that signals the runtime that this binary data shall be always inlined.classMimeTypedTransducer<V>Transducerdecorator that wraps anotherTransducerand sets the expected MIME type to the context.classSchemaTypeTransducer<V>Transducerthat signals the runtime that this datatype is marshalled to a different XML Schema type.Fields in com.sun.xml.bind.v2.runtime declared as Transducer Modifier and Type Field Description protected Transducer<T>FilterTransducer. coreMethods in com.sun.xml.bind.v2.runtime that return Transducer Modifier and Type Method Description Transducer<BeanT>ClassBeanInfoImpl. getTransducer()Transducer<CompositeStructure>CompositeStructureBeanInfo. getTransducer()Transducer<javax.xml.bind.JAXBElement>ElementBeanInfoImpl. getTransducer()abstract Transducer<BeanT>JaxBeanInfo. getTransducer()If the bean's representation in XML is just a text, this method return aTransducerthat lets you convert values between the text and the bean.Constructors in com.sun.xml.bind.v2.runtime with parameters of type Transducer Constructor Description FilterTransducer(Transducer<T> core)InlineBinaryTransducer(Transducer<V> core)MimeTypedTransducer(Transducer<V> core, javax.activation.MimeType expectedMimeType)SchemaTypeTransducer(Transducer<V> core, QName schemaType) -
Uses of Transducer in com.sun.xml.bind.v2.runtime.reflect
Fields in com.sun.xml.bind.v2.runtime.reflect declared as Transducer Modifier and Type Field Description protected Transducer<ValueT>TransducedAccessor.CompositeTransducedAccessorImpl. xducerConstructors in com.sun.xml.bind.v2.runtime.reflect with parameters of type Transducer Constructor Description CompositeTransducedAccessorImpl(JAXBContextImpl context, Transducer<ValueT> xducer, Accessor<BeanT,ValueT> acc)ListTransducedAccessorImpl(Transducer<ItemT> xducer, Accessor<BeanT,ListT> acc, Lister<BeanT,ListT,ItemT,PackT> lister) -
Uses of Transducer in com.sun.xml.bind.v2.runtime.unmarshaller
Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type Transducer Constructor Description TextLoader(Transducer xducer)
-