net.sf.jsefa.rbf.mapping
Class RbfTypeMappingRegistry

java.lang.Object
  extended by net.sf.jsefa.common.mapping.TypeMappingRegistry<String>
      extended by net.sf.jsefa.rbf.mapping.RbfTypeMappingRegistry

public final class RbfTypeMappingRegistry
extends TypeMappingRegistry<String>

A registry for RBF type mappings.

It is thread-safe.

Author:
Norman Lahme-Huetig

Constructor Summary
RbfTypeMappingRegistry()
          Constructs a new RbfTypeMappingRegistry.
 
Method Summary
 RbfTypeMappingRegistry createCopy()
          Creates a copy of this TypeMappingRegistry.
 
Methods inherited from class net.sf.jsefa.common.mapping.TypeMappingRegistry
get, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RbfTypeMappingRegistry

public RbfTypeMappingRegistry()
Constructs a new RbfTypeMappingRegistry.

Method Detail

createCopy

public RbfTypeMappingRegistry createCopy()
Creates a copy of this TypeMappingRegistry.

Specified by:
createCopy in class TypeMappingRegistry<String>
Returns:
a copy of this TypeMappingRegistry


Copyright © 2014. All rights reserved.