Uses of Class
org.glassfish.jaxb.runtime.api.AccessorException
-
Packages that use AccessorException Package Description org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.property org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects.org.glassfish.jaxb.runtime.v2.runtime.reflect.opt org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of AccessorException in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api that throw AccessorException Modifier and Type Method Description abstract VRawAccessor. get(B bean)Gets the value of the property of the given bean object.abstract voidRawAccessor. set(B bean, V value)Sets the value of the property of the given bean object. -
Uses of AccessorException in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that throw AccessorException Modifier and Type Method Description voidRuntimeBuiltinLeafInfoImpl. declareNamespace(T o, XMLSerializer w) -
Uses of AccessorException in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that throw AccessorException Modifier and Type Method Description voidFilterTransducer. declareNamespace(T o, XMLSerializer w)voidTransducer. declareNamespace(ValueT o, XMLSerializer w)Declares the namespace URIs used in the given value tow.TFilterTransducer. parse(CharSequence lexical)ValueTTransducer. parse(CharSequence lexical)Converts the lexical representation to a value object.CharSequenceFilterTransducer. print(T o)CharSequenceInlineBinaryTransducer. print(V o)CharSequenceMimeTypedTransducer. print(V o)CharSequenceSchemaTypeTransducer. print(V o)CharSequenceTransducer. print(ValueT o)Converts the given value to its lexical representation.voidFilterTransducer. writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName)voidInlineBinaryTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)voidMimeTypedTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)voidSchemaTypeTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)voidTransducer. writeLeafElement(XMLSerializer w, Name tagName, ValueT o, String fieldName)Sends the result of theTransducer.print(Object)operation to one of theXMLSerializer.leafElement(Name, String, String)method.voidFilterTransducer. writeText(XMLSerializer w, T o, String fieldName)voidInlineBinaryTransducer. writeText(XMLSerializer w, V o, String fieldName)voidMimeTypedTransducer. writeText(XMLSerializer w, V o, String fieldName)voidSchemaTypeTransducer. writeText(XMLSerializer w, V o, String fieldName)voidTransducer. writeText(XMLSerializer w, ValueT o, String fieldName)Sends the result of theTransducer.print(Object)operation to one of theXMLSerializer.text(String, String)method, but with the best representation of the value, not necessarily String. -
Uses of AccessorException in org.glassfish.jaxb.runtime.v2.runtime.property
Methods in org.glassfish.jaxb.runtime.v2.runtime.property that throw AccessorException Modifier and Type Method Description StringAttributeProperty. getIdValue(BeanT bean)StringProperty. getIdValue(BeanT bean)Gets the value of the property.StringValueProperty. getIdValue(BeanT bean)voidAttributeProperty. reset(BeanT o)voidProperty. reset(BeanT o)Resets the property value on the given object.voidValueProperty. reset(BeanT o)voidAttributeProperty. serializeAttributes(BeanT o, XMLSerializer w)Marshals one attribute.voidProperty. serializeBody(BeanT beanT, XMLSerializer target, Object outerPeer)voidValueProperty. serializeBody(BeanT o, XMLSerializer w, Object outerPeer)voidAttributeProperty. serializeURIs(BeanT o, XMLSerializer w)voidProperty. serializeURIs(BeanT beanT, XMLSerializer target)voidValueProperty. serializeURIs(BeanT o, XMLSerializer w) -
Uses of AccessorException in org.glassfish.jaxb.runtime.v2.runtime.reflect
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect that throw AccessorException Modifier and Type Method Description abstract voidLister. addToPack(PackT pack, ItemT newValue)Once theLister.startPacking(BeanT, org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor<BeanT, PropT>)is called, you can add values to the pack by using this method.voidListTransducedAccessorImpl. declareNamespace(BeanT bean, XMLSerializer w)voidTransducedAccessor. declareNamespace(BeanT o, XMLSerializer w)Obtain the value of the field and declares the namespace URIs used in the value.voidLister.CollectionLister. endPacking(T collection, BeanT bean, Accessor<BeanT,T> acc)abstract voidLister. endPacking(PackT pack, BeanT bean, Accessor<BeanT,PropT> acc)Finally, call this method to wraps up thepack.abstract ValueTAccessor. get(BeanT bean)Gets the value of the property of the given bean object.ValueTAccessor.GetterSetterReflection. get(BeanT bean)ValueTAccessor.SetterOnlyReflection. get(BeanT bean)VNullSafeAccessor. get(B bean)ObjectAccessor. getUnadapted(BeanT bean)Sets the value without adapting the value.booleanListTransducedAccessorImpl. hasValue(BeanT bean)booleanTransducedAccessor.CompositeTransducedAccessorImpl. hasValue(BeanT bean)abstract booleanTransducedAccessor. hasValue(BeanT o)Checks if the field has a value.voidListTransducedAccessorImpl. parse(BeanT bean, CharSequence lexical)voidTransducedAccessor.CompositeTransducedAccessorImpl. parse(BeanT bean, CharSequence lexical)abstract voidTransducedAccessor. parse(BeanT o, CharSequence lexical)Parses the text value into the responsible field of the given bean.abstract StringDefaultTransducedAccessor. print(T o)StringListTransducedAccessorImpl. print(BeanT o)CharSequenceTransducedAccessor.CompositeTransducedAccessorImpl. print(BeanT bean)abstract CharSequenceTransducedAccessor. print(BeanT o)Prints the responsible field of the given bean to the writer.voidLister.CollectionLister. reset(BeanT bean, Accessor<BeanT,T> acc)abstract voidLister. reset(BeanT o, Accessor<BeanT,PropT> acc)Clears the values of the property.voidAccessor.GetterOnlyReflection. set(BeanT bean, ValueT value)voidAccessor.GetterSetterReflection. set(BeanT bean, ValueT value)abstract voidAccessor. set(BeanT bean, ValueT value)Sets the value of the property of the given bean object.voidNullSafeAccessor. set(B bean, V value)voidAccessor. setUnadapted(BeanT bean, Object value)Sets the value without adapting the value.TLister.CollectionLister. startPacking(BeanT bean, Accessor<BeanT,T> acc)abstract PackTLister. startPacking(BeanT bean, Accessor<BeanT,PropT> acc)Setting values to a multi-value property starts by creating a transient object called "pack" from the current field.voidDefaultTransducedAccessor. writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName)voidTransducedAccessor.CompositeTransducedAccessorImpl. writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName)abstract voidTransducedAccessor. writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName)Convenience method to write the value as a text inside an element without any attributes.voidDefaultTransducedAccessor. writeText(XMLSerializer w, T o, String fieldName)voidTransducedAccessor.CompositeTransducedAccessorImpl. writeText(XMLSerializer w, BeanT o, String fieldName)abstract voidTransducedAccessor. writeText(XMLSerializer w, BeanT o, String fieldName)Invokes one of theXMLSerializer.text(String, String)method with the representation of data bested suited for this transduced accessor. -
Uses of AccessorException in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt that throw AccessorException Modifier and Type Method Description voidTransducedAccessor_field_Integer. writeLeafElement(XMLSerializer w, Name tagName, Object o, String fieldName)voidTransducedAccessor_method_Integer. writeLeafElement(XMLSerializer w, Name tagName, Object o, String fieldName) -
Uses of AccessorException in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that throw AccessorException Modifier and Type Method Description voidScope. finish()Finishes up the current packing in progress (if any) and resets this object.
-