Uses of Class
gov.nih.nci.caarray.services.util.dataconverter.mapper.FieldMapper

Packages that use FieldMapper
gov.nih.nci.caarray.services.util.dataconverter.mapper   
gov.nih.nci.caarray.services.util.dataconverter.mapper.fieldmappers   
 

Uses of FieldMapper in gov.nih.nci.caarray.services.util.dataconverter.mapper
 

Methods in gov.nih.nci.caarray.services.util.dataconverter.mapper that return FieldMapper
static FieldMapper FieldMapper.createFieldMapper(ClassMapper classMapper, java.lang.Class sourceClass, java.lang.String sourceFieldName, java.lang.Class sourceFieldClass, java.util.List sourceElementClasses, java.lang.Class targetClass, java.lang.String targetFieldName, java.lang.Class targetFieldClass, java.util.List targetElementClasses, java.lang.Class mapperClass)
           
 FieldMapper FieldMapper.reverse(ClassMapper classMapper)
           
 

Methods in gov.nih.nci.caarray.services.util.dataconverter.mapper with parameters of type FieldMapper
 void ClassMapper.addFieldMapper(FieldMapper mapper)
           
 

Uses of FieldMapper in gov.nih.nci.caarray.services.util.dataconverter.mapper.fieldmappers
 

Subclasses of FieldMapper in gov.nih.nci.caarray.services.util.dataconverter.mapper.fieldmappers
 class ArrayManufacturerFieldMapper
           
 class BibliographicReferenceAccessionFieldMapper
           
 class BioMaterialParentsFieldMapper
           
 class BioSourceProviderFieldMapper
           
 class Date2NameValueTypeFieldMapper
           
 class Date2StringFieldMapper
           
 class DescriptionFieldMapper
           
 class ExperimentTypeFieldMapper
           
 class HardwaresSoftwaresParameterTypesFieldMapper
           
 class Id2ObjectFieldMapper
          This custom field mapper allows setting NULL to the target field when the source field that is a long attribute and represents the target field value's identifying information is a zero.
 class IdFieldMapper
           
 class LabelFieldMapper
           
 class NumberOfChannelsFieldMapper
           
 class ParsingSucceededFieldMapper
           
 class ProtocolApplicationFieldMapper
          This class forces overwriting of a target ProtocolApplication with the source ProtocolApplicationData since the conversion is only intended for adding a new ProtocolApplication.
 class ProtocolApplicationPerformerFieldMapper
           
 class ProviderFieldMapper
           
 class SoftwareOrHardwareManufacturerFieldMapper
           
 class SqlDate2JavaDateFieldMapper
           
 class TechnologyTypeFieldMapper
           
 class UnitDataFieldMapper
           
 class VocabDataFieldMapper