public interface RuntimeNonElementRef extends com.sun.xml.bind.v2.model.core.NonElementRef<Type,Class>
NonElementRef
.
Inside the implementation, reference decorators implement this interface
and this interface is used for chaining. Also, every RuntimeNonElement
implementation implements this interface so that undecorated plain
reference can be represented without using a separate object.
Modifier and Type | Method and Description |
---|---|
RuntimePropertyInfo |
getSource() |
RuntimeNonElement |
getTarget() |
Transducer |
getTransducer()
If the XML representation of the referenced Java type is just a text,
return a transducer that converts between the bean and XML.
|
RuntimeNonElement getTarget()
getTarget
in interface com.sun.xml.bind.v2.model.core.NonElementRef<Type,Class>
RuntimePropertyInfo getSource()
getSource
in interface com.sun.xml.bind.v2.model.core.NonElementRef<Type,Class>
Transducer getTransducer()
Copyright © 2018 Oracle Corporation. All rights reserved.