org.glassfish.tyrus.platform.encoders
Class IntegerEncoder
java.lang.Object
org.glassfish.tyrus.platform.encoders.IntegerEncoder
- All Implemented Interfaces:
- Encoder, Encoder.Text<Integer>
public class IntegerEncoder
- extends Object
- implements Encoder.Text<Integer>
- Author:
- dannycoward
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerEncoder
public IntegerEncoder()
encode
public String encode(Integer b)
throws EncodeException
- Description copied from interface:
Encoder.Text
- Encode the given object into a String.
- Specified by:
encode in interface Encoder.Text<Integer>
- Throws:
EncodeException
Copyright © 2012. All Rights Reserved.