Uses of Class
io.atlasmap.v2.Field
Packages that use Field
Package
Description
Internal implementation details for the AtlasMap expression evaluator.
-
Uses of Field in io.atlasmap.builder
Methods in io.atlasmap.builder that return FieldMethods in io.atlasmap.builder with parameters of type Field -
Uses of Field in io.atlasmap.core
Methods in io.atlasmap.core that return FieldModifier and TypeMethodDescriptionprotected Field
DefaultAtlasContext.applyFieldActions
(DefaultAtlasSession session, Field field) protected Field
BaseAtlasModule.applySourceFieldActions
(AtlasInternalSession session) protected Field
BaseAtlasModule.applyTargetFieldActions
(AtlasInternalSession session) DefaultAtlasFieldActionService.buildAndProcessAction
(ActionProcessor actionProcessor, Map<String, Object> actionParameters, Field field) ConstantModule.cloneField
(Field field) static Field
AtlasPath.extractChildren
(Field f, String path) Extract child fields by feeding relative path.DefaultAtlasFieldActionService.processActions
(AtlasInternalSession session, Field field) protected Field
DefaultAtlasContext.processCombineField
(DefaultAtlasSession session, Mapping mapping, List<Field> sourceFields, Field targetField) Methods in io.atlasmap.core that return types with arguments of type FieldModifier and TypeMethodDescriptionDefaultAtlasContext.processSeparateField
(DefaultAtlasSession session, Mapping mapping, Field sourceField) Methods in io.atlasmap.core with parameters of type FieldModifier and TypeMethodDescriptionstatic void
AtlasUtil.addAudit
(AtlasInternalSession session, Field field, String message, AuditStatus status, String value) static void
AtlasUtil.addAudits
(AtlasInternalSession session, Field field, List<Audit> audits) protected Field
DefaultAtlasContext.applyFieldActions
(DefaultAtlasSession session, Field field) DefaultAtlasFieldActionService.buildAndProcessAction
(ActionProcessor actionProcessor, Map<String, Object> actionParameters, Field field) ConstantModule.cloneField
(Field field) PropertyModule.cloneField
(Field field) void
DefaultAtlasCollectionHelper.copyCollectionIndexes
(Field sourceParentField, Field sourceField, Field targetField, Field previousTargetField) int
DefaultAtlasCollectionHelper.determineSourceCollectionCount
(Field sourceParentField, Field sourceField) int
DefaultAtlasCollectionHelper.determineTargetCollectionCount
(Field targetField) static Field
AtlasPath.extractChildren
(Field f, String path) Extract child fields by feeding relative path.BaseAtlasModule.isSupportedField
(Field field) ConstantModule.isSupportedField
(Field field) PropertyModule.isSupportedField
(Field field) DefaultAtlasFieldActionService.processActions
(AtlasInternalSession session, Field field) protected Field
DefaultAtlasContext.processCombineField
(DefaultAtlasSession session, Mapping mapping, List<Field> sourceFields, Field targetField) protected void
BaseAtlasModule.processLookupField
(AtlasInternalSession session, LookupTable lookupTable, Object sourceValue, Field targetField) DefaultAtlasContext.processSeparateField
(DefaultAtlasSession session, Mapping mapping, Field sourceField) protected AtlasModule
DefaultAtlasContext.resolveModule
(FieldDirection direction, Field field) Method parameters in io.atlasmap.core with type arguments of type FieldModifier and TypeMethodDescriptionprotected Field
DefaultAtlasContext.processCombineField
(DefaultAtlasSession session, Mapping mapping, List<Field> sourceFields, Field targetField) -
Uses of Field in io.atlasmap.core.validate
Classes in io.atlasmap.core.validate with type parameters of type FieldMethods in io.atlasmap.core.validate with parameters of type FieldModifier and TypeMethodDescriptionprotected void
MappingFieldPairValidator.doValidateFieldTypes
(List<Validation> validations, String mappingId, Field sourceField, Field targetField, FieldType sourceFieldType) protected String
BaseModuleValidationService.getFieldName
(Field field) protected void
BaseModuleValidationService.validateField
(String mappingId, Field sourceField, Field targetField, FieldDirection direction, List<Validation> validations) void
MappingFieldPairValidator.validateFieldTypes
(List<Validation> validations, String mappingId, FieldGroup sourceFieldGroup, Field targetField) void
MappingFieldPairValidator.validateFieldTypes
(List<Validation> validations, String mappingId, Field sourceField, Field targetField) void
MappingFieldPairValidator.validateFieldTypes
(List<Validation> validations, String mappingId, Field sourceField, List<Field> targetFields) void
MappingFieldPairValidator.validateFieldTypes
(List<Validation> validations, String mappingId, List<Field> sourceFields, Field targetField) -
Uses of Field in io.atlasmap.csv.core
Methods in io.atlasmap.csv.core that return Field -
Uses of Field in io.atlasmap.csv.module
Methods in io.atlasmap.csv.module that return FieldMethods in io.atlasmap.csv.module with parameters of type FieldModifier and TypeMethodDescriptionCsvModule.cloneField
(Field field) CsvModule.isSupportedField
(Field field) -
Uses of Field in io.atlasmap.csv.v2
Subclasses of Field in io.atlasmap.csv.v2 -
Uses of Field in io.atlasmap.expression
Methods in io.atlasmap.expression that return FieldModifier and TypeMethodDescriptionExpression.evaluate
(ExpressionContext expressionContext) Execute the expression against the given context.ExpressionContext.getVariable
(String name) Extracts the named variable. -
Uses of Field in io.atlasmap.expression.internal
Methods in io.atlasmap.expression.internal that return FieldModifier and TypeMethodDescriptionArithmeticExpression.evaluate
(ExpressionContext message) protected abstract Field
Evaluate expression.ComparisonExpression.evaluate
(ExpressionContext expressionContext) ConstantExpression.evaluate
(ExpressionContext expressionContext) abstract Field
LogicExpression.evaluate
(ExpressionContext expressionContext) VariableExpression.evaluate
(ExpressionContext expressionContext) Methods in io.atlasmap.expression.internal with parameters of type Field -
Uses of Field in io.atlasmap.java.core
Methods in io.atlasmap.java.core that return FieldMethods in io.atlasmap.java.core with parameters of type FieldModifier and TypeMethodDescriptionvoid
TargetValueConverter.convertTargetValue
(AtlasInternalSession session, Object parentObject, Field targetField) void
JavaFieldWriter.enqueueFieldAndParent
(Field field, Object parentObject) void
TargetValueConverter.populateTargetField
(AtlasInternalSession session, LookupTable lookupTable, Field sourceField, Object parentObject, Field targetField) -
Uses of Field in io.atlasmap.java.module
Methods in io.atlasmap.java.module that return FieldMethods in io.atlasmap.java.module with parameters of type FieldModifier and TypeMethodDescriptionJavaModule.cloneField
(Field field) protected void
JavaMappingFieldPairValidator.doValidateFieldTypes
(List<Validation> validations, String mappingId, Field sourceField, Field targetField, FieldType sourceFieldType) JavaModule.isSupportedField
(Field field) protected void
JavaValidationService.validateSourceAndTargetTypes
(String mappingId, Field inputField, Field outField, List<Validation> validations) -
Uses of Field in io.atlasmap.java.v2
Subclasses of Field in io.atlasmap.java.v2Methods in io.atlasmap.java.v2 that return FieldModifier and TypeMethodDescriptionstatic Field
AtlasJavaModelFactory.cloneJavaField
(Field field, boolean withActions) Methods in io.atlasmap.java.v2 with parameters of type Field -
Uses of Field in io.atlasmap.json.core
Methods in io.atlasmap.json.core that return Field -
Uses of Field in io.atlasmap.json.module
Methods in io.atlasmap.json.module that return FieldMethods in io.atlasmap.json.module with parameters of type FieldModifier and TypeMethodDescriptionJsonModule.cloneField
(Field field) JsonModule.isSupportedField
(Field field) -
Uses of Field in io.atlasmap.json.v2
Subclasses of Field in io.atlasmap.json.v2Methods in io.atlasmap.json.v2 with parameters of type Field -
Uses of Field in io.atlasmap.spi
Methods in io.atlasmap.spi that return FieldModifier and TypeMethodDescriptionAtlasModule.cloneField
(Field field) AtlasModule.createField()
AtlasInternalSession.Head.getSourceField()
AtlasInternalSession.Head.getTargetField()
AtlasFieldActionService.processActions
(AtlasInternalSession session, Field field) AtlasFieldReader.read
(AtlasInternalSession session) Methods in io.atlasmap.spi with parameters of type FieldModifier and TypeMethodDescriptionAtlasInternalSession.Head.addAudit
(AuditStatus status, Field field, String message) AtlasModule.cloneField
(Field field) void
AtlasCollectionHelper.copyCollectionIndexes
(Field sourceParentField, Field sourceField, Field targetField, Field previousTargetField) Copies over collection indexes from source to target applying adjustments if collection counts differ.int
AtlasCollectionHelper.determineSourceCollectionCount
(Field sourceParentField, Field sourceField) Determines source collection count based on path and actions.int
AtlasCollectionHelper.determineTargetCollectionCount
(Field targetField) Determines target collection count based on path and actions.AtlasModule.isSupportedField
(Field field) AtlasFieldActionService.processActions
(AtlasInternalSession session, Field field) AtlasInternalSession.Head.setSourceField
(Field sourceField) AtlasInternalSession.Head.setTargetField
(Field targetField) -
Uses of Field in io.atlasmap.v2
Subclasses of Field in io.atlasmap.v2Modifier and TypeClassDescriptionclass
class
class
class
class
Fields in io.atlasmap.v2 with type parameters of type FieldModifier and TypeFieldDescriptionFieldGroup.field
Fields.field
Mapping.inputField
Mapping.outputField
Methods in io.atlasmap.v2 that return FieldModifier and TypeMethodDescriptionstatic Field
AtlasModelFactory.cloneField
(Field f) static Field
AtlasModelFactory.wrapWithField
(Object val) static Field
AtlasModelFactory.wrapWithField
(Object val, String parentPath) Methods in io.atlasmap.v2 that return types with arguments of type FieldModifier and TypeMethodDescriptionFieldGroup.getField()
Gets the value of the field property.Fields.getField()
Gets the value of the field property.Mapping.getInputField()
Gets the value of the inputField property.Mapping.getOutputField()
Gets the value of the outputField property.Methods in io.atlasmap.v2 with parameters of type FieldModifier and TypeMethodDescriptionprotected static String
AtlasModelFactory.baseFieldToString
(Field f) static Field
AtlasModelFactory.cloneField
(Field f) static SimpleField
AtlasModelFactory.cloneFieldToSimpleField
(Field field) static void
static FieldGroup
AtlasModelFactory.createFieldGroupFrom
(Field field, boolean withActions) static String
static Object
AtlasModelFactory.unwrapField
(Field f) -
Uses of Field in io.atlasmap.xml.core
Methods in io.atlasmap.xml.core that return Field -
Uses of Field in io.atlasmap.xml.module
Methods in io.atlasmap.xml.module that return FieldMethods in io.atlasmap.xml.module with parameters of type FieldModifier and TypeMethodDescriptionXmlModule.cloneField
(Field field) XmlModule.isSupportedField
(Field field) -
Uses of Field in io.atlasmap.xml.v2
Subclasses of Field in io.atlasmap.xml.v2Methods in io.atlasmap.xml.v2 with parameters of type Field