public abstract class AbstractInstantEncoder<U> extends Object implements TypeEncoder<Instant,U>
| Constructor and Description |
|---|
AbstractInstantEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns the "alias" of the type so that the encoded form can be decoded.
|
Class<Instant> |
resolves()
The java class that the implementations encodes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encodepublic String getAlias()
TypeEncodergetAlias in interface TypeEncoder<Instant,U>public Class<Instant> resolves()
TypeEncoderresolves in interface TypeEncoder<Instant,U>Copyright © 2019 Calrissian. All rights reserved.