Uses of Class
org.talend.sdk.component.server.front.model.Schema
Packages that use Schema
-
Uses of Schema in org.talend.sdk.component.server.front.model
Constructors in org.talend.sdk.component.server.front.model with parameters of type SchemaModifierConstructorDescriptionEntry(String name, String rawName, Schema.Type type, boolean nullable, boolean metadata, boolean errorCapable, boolean valid, Schema elementSchema, String comment, Map<String, String> props, Object defaultValue) Schema(Schema.Type type, Schema elementSchema, List<Entry> entries, List<Entry> metadata, Map<String, String> props)