net.sf.jsefa.common.annotation
Class TypeMappingFactory.TypeMappingPlaceholder
java.lang.Object
net.sf.jsefa.common.mapping.TypeMapping<N>
net.sf.jsefa.common.annotation.TypeMappingFactory.TypeMappingPlaceholder
- Enclosing class:
- TypeMappingFactory<N,R extends TypeMappingRegistry<N>>
protected final class TypeMappingFactory.TypeMappingPlaceholder
- extends TypeMapping<N>
A placeholder for a type mapping used during the construction of a type mapping, i. e. between calling
TypeMappingFactory.prepareToCreate(Class, Object)
and the registration of the type mapping.
This is used to obtain the object type for a given data type name during the construction phase.
- Author:
- Norman Lahme-Huetig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeMappingFactory.TypeMappingPlaceholder
protected TypeMappingFactory.TypeMappingPlaceholder(Class<?> objectType,
N dataTypeName)
- Constructs a new
TypeMappingPlaceholder
.
- Parameters:
objectType
- the object typedataTypeName
- the data type name
Copyright © 2014. All rights reserved.