net.sf.jsefa.rbf.mapping
Class RbfEntryPoint

java.lang.Object
  extended by net.sf.jsefa.common.mapping.EntryPoint<String,String>
      extended by net.sf.jsefa.rbf.mapping.RbfEntryPoint

public final class RbfEntryPoint
extends EntryPoint<String,String>

An entry point for RBF serialization and deserialization.

Instances of this class are immutable and thread-safe.

Author:
Norman Lahme-Huetig

Constructor Summary
RbfEntryPoint(String dataTypeName, String prefix, Validator validator)
          Constructs a new RbfEntryPoint.
 
Method Summary
 
Methods inherited from class net.sf.jsefa.common.mapping.EntryPoint
getDataTypeName, getDesignator, getValidator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RbfEntryPoint

public RbfEntryPoint(String dataTypeName,
                     String prefix,
                     Validator validator)
Constructs a new RbfEntryPoint.

Parameters:
dataTypeName - the data type name
prefix - the prefix as the designator
validator - the validator; may be null


Copyright © 2014. All rights reserved.