Uses of Interface
org.glassfish.jaxb.runtime.v2.runtime.Transducer
Packages that use Transducer
Package
Description
Implementation of the org.glassfish.jaxb.j2s.model package.
The specialization of
org.glassfish.jaxb.core.v2.model.core for the runtime.Code that implements JAXBContext, Unmarshaller, and Marshaller.
Abstraction around accessing data of actual objects.
-
Uses of Transducer in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement TransducerMethods in org.glassfish.jaxb.runtime.v2.model.impl that return TransducerModifier and TypeMethodDescriptionstatic <V> Transducer<V> RuntimeModelBuilder.createTransducer(RuntimeNonElementRef ref) Creates aTransducergiven a reference.final <V> Transducer<V> RuntimeBuiltinLeafInfoImpl.getTransducer() -
Uses of Transducer in org.glassfish.jaxb.runtime.v2.model.runtime
Methods in org.glassfish.jaxb.runtime.v2.model.runtime that return TransducerModifier and TypeMethodDescription<V> Transducer<V> RuntimeLeafInfo.getTransducer()<V> Transducer<V> RuntimeNonElement.getTransducer()This method doesn't take the reference properties defined onRuntimeNonElementRefinto account (such as ID-ness.)<V> Transducer<V> RuntimeNonElementRef.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 org.glassfish.jaxb.runtime.v2.runtime
Classes in org.glassfish.jaxb.runtime.v2.runtime that implement TransducerModifier and TypeClassDescriptionclassTransducerthat delegates to anotherTransducer.classTransducer that signals the runtime that this binary data shall be always inlined.final classTransducerdecorator that wraps anotherTransducerand sets the expected MIME type to the context.classTransducerthat signals the runtime that this datatype is marshalled to a different XML Schema type.Fields in org.glassfish.jaxb.runtime.v2.runtime declared as TransducerMethods in org.glassfish.jaxb.runtime.v2.runtime that return TransducerModifier and TypeMethodDescriptionClassBeanInfoImpl.getTransducer()CompositeStructureBeanInfo.getTransducer()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 org.glassfish.jaxb.runtime.v2.runtime with parameters of type TransducerModifierConstructorDescriptionprotectedFilterTransducer(Transducer<T> core) InlineBinaryTransducer(Transducer<V> core) MimeTypedTransducer(Transducer<V> core, MimeType expectedMimeType) SchemaTypeTransducer(Transducer<V> core, QName schemaType) -
Uses of Transducer in org.glassfish.jaxb.runtime.v2.runtime.reflect
Fields in org.glassfish.jaxb.runtime.v2.runtime.reflect declared as TransducerModifier and TypeFieldDescriptionprotected final Transducer<ValueT> TransducedAccessor.CompositeTransducedAccessorImpl.xducerConstructors in org.glassfish.jaxb.runtime.v2.runtime.reflect with parameters of type TransducerModifierConstructorDescriptionCompositeTransducedAccessorImpl(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 org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type Transducer