|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeNonElementRef
Runtime version of 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.
Method Summary | |
---|---|
RuntimePropertyInfo |
getSource()
Gets the property which is the source of this reference. |
RuntimeNonElement |
getTarget()
Target of the reference. |
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. |
Method Detail |
---|
RuntimeNonElement getTarget()
NonElementRef
getTarget
in interface NonElementRef<Type,Class>
RuntimePropertyInfo getSource()
NonElementRef
getSource
in interface NonElementRef<Type,Class>
Transducer getTransducer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |