Class FieldMapRecord
java.lang.Object
org.apache.nifi.repository.schema.FieldMapRecord
- All Implemented Interfaces:
Record
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldMapRecord(Map<RecordField, Object> values, RecordSchema schema) FieldMapRecord(RecordSchema schema, Map<String, Object> values) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFieldValue(String fieldName) getFieldValue(RecordField field) inthashCode()toString()
-
Field Details
-
values
-
schema
-
-
Constructor Details
-
FieldMapRecord
-
FieldMapRecord
-
-
Method Details
-
convertFieldToName
-
getFieldValue
- Specified by:
getFieldValuein interfaceRecord
-
getSchema
-
getFieldValue
- Specified by:
getFieldValuein interfaceRecord
-
toString
-
hashCode
public int hashCode() -
equals
-