Package fr.dyade.aaa.common.encoding
Class EncodableInteger.Factory
- java.lang.Object
-
- fr.dyade.aaa.common.encoding.EncodableInteger.Factory
-
- All Implemented Interfaces:
EncodableFactory
- Enclosing class:
- EncodableInteger
public static class EncodableInteger.Factory extends Object implements EncodableFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
-
-
Method Detail
-
createEncodable
public Encodable createEncodable()
Description copied from interface:EncodableFactoryCreates an encodable object.- Specified by:
createEncodablein interfaceEncodableFactory- Returns:
- an encodable object
-
-