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 FieldDefaultAtlasContext.applyFieldActions(DefaultAtlasSession session, Field field) protected FieldBaseAtlasModule.applySourceFieldActions(AtlasInternalSession session) protected FieldBaseAtlasModule.applyTargetFieldActions(AtlasInternalSession session) DefaultAtlasFieldActionService.buildAndProcessAction(ActionProcessor actionProcessor, Map<String, Object> actionParameters, Field field) ConstantModule.cloneField(Field field) static FieldAtlasPath.extractChildren(Field f, String path) Extract child fields by feeding relative path.DefaultAtlasFieldActionService.processActions(AtlasInternalSession session, Field field) protected FieldDefaultAtlasContext.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 voidAtlasUtil.addAudit(AtlasInternalSession session, Field field, String message, AuditStatus status, String value) static voidAtlasUtil.addAudits(AtlasInternalSession session, Field field, List<Audit> audits) protected FieldDefaultAtlasContext.applyFieldActions(DefaultAtlasSession session, Field field) DefaultAtlasFieldActionService.buildAndProcessAction(ActionProcessor actionProcessor, Map<String, Object> actionParameters, Field field) ConstantModule.cloneField(Field field) PropertyModule.cloneField(Field field) voidDefaultAtlasCollectionHelper.copyCollectionIndexes(Field sourceParentField, Field sourceField, Field targetField, Field previousTargetField) intDefaultAtlasCollectionHelper.determineSourceCollectionCount(Field sourceParentField, Field sourceField) intDefaultAtlasCollectionHelper.determineTargetCollectionCount(Field targetField) static FieldAtlasPath.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 FieldDefaultAtlasContext.processCombineField(DefaultAtlasSession session, Mapping mapping, List<Field> sourceFields, Field targetField) protected voidBaseAtlasModule.processLookupField(AtlasInternalSession session, LookupTable lookupTable, Object sourceValue, Field targetField) DefaultAtlasContext.processSeparateField(DefaultAtlasSession session, Mapping mapping, Field sourceField) protected AtlasModuleDefaultAtlasContext.resolveModule(FieldDirection direction, Field field) Method parameters in io.atlasmap.core with type arguments of type FieldModifier and TypeMethodDescriptionprotected FieldDefaultAtlasContext.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 voidMappingFieldPairValidator.doValidateFieldTypes(List<Validation> validations, String mappingId, Field sourceField, Field targetField, FieldType sourceFieldType) protected StringBaseModuleValidationService.getFieldName(Field field) protected voidBaseModuleValidationService.validateField(String mappingId, Field sourceField, Field targetField, FieldDirection direction, List<Validation> validations) voidMappingFieldPairValidator.validateFieldTypes(List<Validation> validations, String mappingId, FieldGroup sourceFieldGroup, Field targetField) voidMappingFieldPairValidator.validateFieldTypes(List<Validation> validations, String mappingId, Field sourceField, Field targetField) voidMappingFieldPairValidator.validateFieldTypes(List<Validation> validations, String mappingId, Field sourceField, List<Field> targetFields) voidMappingFieldPairValidator.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 FieldEvaluate expression.ComparisonExpression.evaluate(ExpressionContext expressionContext) ConstantExpression.evaluate(ExpressionContext expressionContext) abstract FieldLogicExpression.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 TypeMethodDescriptionvoidTargetValueConverter.convertTargetValue(AtlasInternalSession session, Object parentObject, Field targetField) voidJavaFieldWriter.enqueueFieldAndParent(Field field, Object parentObject) voidTargetValueConverter.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 voidJavaMappingFieldPairValidator.doValidateFieldTypes(List<Validation> validations, String mappingId, Field sourceField, Field targetField, FieldType sourceFieldType) JavaModule.isSupportedField(Field field) protected voidJavaValidationService.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 FieldAtlasJavaModelFactory.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) voidAtlasCollectionHelper.copyCollectionIndexes(Field sourceParentField, Field sourceField, Field targetField, Field previousTargetField) Copies over collection indexes from source to target applying adjustments if collection counts differ.intAtlasCollectionHelper.determineSourceCollectionCount(Field sourceParentField, Field sourceField) Determines source collection count based on path and actions.intAtlasCollectionHelper.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 TypeClassDescriptionclassclassclassclassclassFields in io.atlasmap.v2 with type parameters of type FieldModifier and TypeFieldDescriptionFieldGroup.fieldFields.fieldMapping.inputFieldMapping.outputFieldMethods in io.atlasmap.v2 that return FieldModifier and TypeMethodDescriptionstatic FieldAtlasModelFactory.cloneField(Field f) static FieldAtlasModelFactory.wrapWithField(Object val) static FieldAtlasModelFactory.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 StringAtlasModelFactory.baseFieldToString(Field f) static FieldAtlasModelFactory.cloneField(Field f) static SimpleFieldAtlasModelFactory.cloneFieldToSimpleField(Field field) static voidstatic FieldGroupAtlasModelFactory.createFieldGroupFrom(Field field, boolean withActions) static Stringstatic ObjectAtlasModelFactory.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