Uses of Class
org.talend.sdk.component.api.record.Schema.EntriesOrder
-
Packages that use Schema.EntriesOrder Package Description org.talend.sdk.component.api.record org.talend.sdk.component.api.service.schema -
-
Uses of Schema.EntriesOrder in org.talend.sdk.component.api.record
Methods in org.talend.sdk.component.api.record that return Schema.EntriesOrder Modifier and Type Method Description Schema.EntriesOrderSchema.EntriesOrder. moveAfter(String after, String name)Move a field after another one.Schema.EntriesOrderSchema.EntriesOrder. moveBefore(String before, String name)Move a field before another one.Schema.EntriesOrderSchema. naturalOrder()Get the EntriesOrder defined with Builder.static Schema.EntriesOrderSchema.EntriesOrder. of(String fields)Build an EntriesOrder according fields.Schema.EntriesOrderSchema.EntriesOrder. swap(String name, String with)Swap two fields. -
Uses of Schema.EntriesOrder in org.talend.sdk.component.api.service.schema
Methods in org.talend.sdk.component.api.service.schema that return Schema.EntriesOrder Modifier and Type Method Description Schema.EntriesOrderSchema. naturalOrder()Deprecated.
-