public final class TransducedAccessor_method_Byte extends DefaultTransducedAccessor
TransducedAccessor
for a byte field.
All the TransducedAccessor_field are generated from TransducedAccessor_field_B y t e
TransducedAccessor.get(com.sun.xml.bind.v2.runtime.JAXBContextImpl, com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef)
TransducedAccessor.CompositeTransducedAccessorImpl<BeanT,ValueT>
Constructor and Description |
---|
TransducedAccessor_method_Byte() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasValue(Object o)
Checks if the field has a value.
|
void |
parse(Object o,
CharSequence lexical)
Parses the text value into the responsible field of the given bean.
|
String |
print(Object o)
Prints the responsible field of the given bean to the writer.
|
writeLeafElement, writeText
declareNamespace, get, useNamespace
public String print(Object o)
TransducedAccessor
Use XMLSerializer.getInstance()
to access to the namespace bindings
print
in class DefaultTransducedAccessor
public void parse(Object o, CharSequence lexical)
TransducedAccessor
Use UnmarshallingContext.getInstance()
to access to the namespace bindings
parse
in class TransducedAccessor
public boolean hasValue(Object o)
TransducedAccessor
hasValue
in class TransducedAccessor
Copyright © 2017 JBoss by Red Hat. All rights reserved.