Class Entry
java.lang.Object
org.talend.sdk.component.server.front.model.Entry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T* Returns the property value associated with the given key
-
Constructor Details
-
Entry
@ConstructorProperties({"name","rawName","type","nullable","metadata","errorCapable","valid","elementSchema","comment","props","defaultValue"}) public Entry(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)
-
-
Method Details
-
getDefaultValue
-
getOriginalFieldName
* Returns the property value associated with the given key. * @param key the property key * @return the property value, ornullif there is no mapping for the given key -
getProp
-