|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextEncoder | |
---|---|
dsto.dfc.databeans.io |
Uses of TextEncoder in dsto.dfc.databeans.io |
---|
Classes in dsto.dfc.databeans.io that implement TextEncoder | |
---|---|
class |
TextDefaultCodec
Generic text encoder/decoder that uses toString () to encode and the single String argument constructor to decode. |
Methods in dsto.dfc.databeans.io that return TextEncoder | |
---|---|
TextEncoder |
XmlEncodeContext.getTextEncoder(Object value)
Get the registered text encoder for a given value. |
TextEncoder |
XmlEncodeContext.peekTextEncoder(Object value)
Lookup the registered text encoder for a given value. |
Methods in dsto.dfc.databeans.io with parameters of type TextEncoder | |
---|---|
static void |
XmlOutput.registerGlobalTextEncoder(TextEncoder encoder)
Register a global TextEncoder. |
void |
XmlOutput.registerTextEncoder(TextEncoder encoder)
Register a TextEncoder for this output object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |