net.sf.jsefa.rbf.mapping
Class RbfEntryPoint
java.lang.Object
net.sf.jsefa.common.mapping.EntryPoint<String,String>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RbfEntryPoint
public RbfEntryPoint(String dataTypeName,
String prefix,
Validator validator)
- Constructs a new
RbfEntryPoint
.
- Parameters:
dataTypeName
- the data type nameprefix
- the prefix as the designatorvalidator
- the validator; may be null
Copyright © 2014. All rights reserved.