Class ComplexField

java.lang.Object
io.atlasmap.v2.Field
org.qubership.integration.platform.mapper.ComplexField
All Implemented Interfaces:
Serializable

public class ComplexField extends io.atlasmap.v2.Field
See Also:
  • Field Summary

    Fields inherited from class io.atlasmap.v2.Field

    actions, arrayDimensions, arraySize, collectionType, docId, fieldType, format, index, name, path, required, status, value
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ComplexField(List<io.atlasmap.v2.Field> childFields)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.atlasmap.v2.FieldGroup
     
    List<io.atlasmap.v2.Field>
     
    boolean
     

    Methods inherited from class io.atlasmap.v2.Field

    getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getName, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setName, setPath, setRequired, setStatus, setValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ComplexField

      public ComplexField()
    • ComplexField

      public ComplexField(List<io.atlasmap.v2.Field> childFields)
  • Method Details

    • getChildFields

      public List<io.atlasmap.v2.Field> getChildFields()
    • asFieldGroup

      public io.atlasmap.v2.FieldGroup asFieldGroup()
    • isEmpty

      public boolean isEmpty()