Class AbstractBinaryAttributeHandler<T>

Type Parameters:
T - type of object to handle
All Implemented Interfaces:
Function<T,T>, Freezable
Direct Known Subclasses:
ObjectGuidHandler, ObjectSidHandler

public abstract class AbstractBinaryAttributeHandler<T> extends AbstractMessageFunctionalEntryHandler<T>
Base class for entry handlers that convert a binary attribute to its string form.