Uses of Class
org.talend.sdk.component.api.record.Schema.Type
-
Packages that use Schema.Type Package Description org.talend.sdk.component.api.record org.talend.sdk.component.api.service.record org.talend.sdk.component.api.service.schema -
-
Uses of Schema.Type in org.talend.sdk.component.api.record
Methods in org.talend.sdk.component.api.record that return Schema.Type Modifier and Type Method Description Schema.TypeSchema.Entry. getType()Schema.TypeSchema. getType()static Schema.TypeSchema.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Schema.Type[]Schema.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.talend.sdk.component.api.record with parameters of type Schema.Type Modifier and Type Method Description Schema.BuilderSchema.Builder. withType(Schema.Type type)Schema.Entry.BuilderSchema.Entry.Builder. withType(Schema.Type type) -
Uses of Schema.Type in org.talend.sdk.component.api.service.record
Methods in org.talend.sdk.component.api.service.record with parameters of type Schema.Type Modifier and Type Method Description Schema.BuilderRecordBuilderFactory. newSchemaBuilder(Schema.Type type) -
Uses of Schema.Type in org.talend.sdk.component.api.service.schema
Methods in org.talend.sdk.component.api.service.schema that return Schema.Type Modifier and Type Method Description Schema.TypeSchema. getType()Deprecated.
-