Package org.glassfish.tyrus.core.coder
Class PrimitiveDecoders.DoubleDecoder
java.lang.Object
org.glassfish.tyrus.core.coder.CoderAdapter
org.glassfish.tyrus.core.coder.PrimitiveDecoders<Double>
org.glassfish.tyrus.core.coder.PrimitiveDecoders.DoubleDecoder
- All Implemented Interfaces:
- Decoder,- Decoder.Text<Double>
- Enclosing class:
- PrimitiveDecoders<T>
- 
Nested Class SummaryNested classes/interfaces inherited from class org.glassfish.tyrus.core.coder.PrimitiveDecodersPrimitiveDecoders.BooleanDecoder, PrimitiveDecoders.ByteDecoder, PrimitiveDecoders.CharacterDecoder, PrimitiveDecoders.DoubleDecoder, PrimitiveDecoders.FloatDecoder, PrimitiveDecoders.IntegerDecoder, PrimitiveDecoders.LongDecoder, PrimitiveDecoders.ShortDecoderNested classes/interfaces inherited from interface jakarta.websocket.DecoderDecoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>
- 
Field SummaryFields inherited from class org.glassfish.tyrus.core.coder.PrimitiveDecodersALL, ALL_INSTANCES
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.glassfish.tyrus.core.coder.PrimitiveDecoderswillDecodeMethods inherited from class org.glassfish.tyrus.core.coder.CoderAdapterdestroy, init
- 
Constructor Details- 
DoubleDecoderpublic DoubleDecoder()
 
- 
- 
Method Details- 
decodeDescription copied from interface:Decoder.TextDecode the given String into an object of type T.- Parameters:
- s- string to be decoded.
- Returns:
- the decoded message as an object of type T
- Throws:
- DecodeException- If the provided string cannot be decoded to type T
 
 
-