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