T
- The type of the object that is decodedpublic static interface Decoder.Text<T> extends Decoder
Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>
Modifier and Type | Method and Description |
---|---|
T |
decode(String s)
Decode the given String into an object of type T.
|
boolean |
willDecode(String s)
Answer whether the given String can be decoded into an object of type T.
|
T decode(String s) throws DecodeException
s
- string to be decoded.DecodeException
- If the provided string cannot be decoded to type Tboolean willDecode(String s)
s
- the string being tested for decodability.Copyright © 2012–2019 Oracle Corporation. All rights reserved.