public abstract class AbstractEntityIdentifierEncoder<U> extends Object implements TypeEncoder<EntityIdentifier,U>
| Constructor and Description |
|---|
AbstractEntityIdentifierEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns the "alias" of the type so that the encoded form can be decoded.
|
Class<EntityIdentifier> |
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<EntityIdentifier,U>public Class<EntityIdentifier> resolves()
TypeEncoderresolves in interface TypeEncoder<EntityIdentifier,U>Copyright © 2018 Calrissian. All rights reserved.