Uses of Class
io.atlasmap.v2.LookupTable
Packages that use LookupTable
-
Uses of LookupTable in io.atlasmap.core
Methods in io.atlasmap.core that return types with arguments of type LookupTableMethods in io.atlasmap.core with parameters of type LookupTableModifier and TypeMethodDescriptionprotected void
BaseAtlasModule.processLookupField
(AtlasInternalSession session, LookupTable lookupTable, Object sourceValue, Field targetField) Method parameters in io.atlasmap.core with type arguments of type LookupTableModifier and TypeMethodDescriptionvoid
DefaultAtlasContext.setLookupTables
(Map<String, LookupTable> lookupTables) -
Uses of LookupTable in io.atlasmap.java.core
Methods in io.atlasmap.java.core with parameters of type LookupTableModifier and TypeMethodDescriptionvoid
TargetValueConverter.populateTargetField
(AtlasInternalSession session, LookupTable lookupTable, Field sourceField, Object parentObject, Field targetField) -
Uses of LookupTable in io.atlasmap.spi
Methods in io.atlasmap.spi that return LookupTableMethods in io.atlasmap.spi with parameters of type LookupTable -
Uses of LookupTable in io.atlasmap.v2
Fields in io.atlasmap.v2 with type parameters of type LookupTableMethods in io.atlasmap.v2 that return types with arguments of type LookupTableModifier and TypeMethodDescriptionLookupTables.getLookupTable()
Gets the value of the lookupTable property.