Class SchemaImpl.EntryImpl
java.lang.Object
org.talend.sdk.component.runtime.record.SchemaImpl.EntryImpl
- All Implemented Interfaces:
Schema.Entry
- Enclosing class:
- SchemaImpl
Schema.Entry implementation.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.talend.sdk.component.api.record.Schema.Entry
Schema.Entry.Builder -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.talend.sdk.component.api.record.Schema.Entry
getJsonProp, getLogicalType
-
Method Details
-
getOriginalFieldName
- Specified by:
getOriginalFieldNamein interfaceSchema.Entry
-
getProp
- Specified by:
getPropin interfaceSchema.Entry
-
toBuilder
- Specified by:
toBuilderin interfaceSchema.Entry
-
getName
- Specified by:
getNamein interfaceSchema.Entry
-
getRawName
- Specified by:
getRawNamein interfaceSchema.Entry
-
getType
- Specified by:
getTypein interfaceSchema.Entry
-
isNullable
- Specified by:
isNullablein interfaceSchema.Entry
-
isMetadata
- Specified by:
isMetadatain interfaceSchema.Entry
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceSchema.Entry
-
getElementSchema
- Specified by:
getElementSchemain interfaceSchema.Entry
-
getComment
- Specified by:
getCommentin interfaceSchema.Entry
-
getProps
- Specified by:
getPropsin interfaceSchema.Entry
-