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