Package io.atlasmap.json.v2
Class JsonDataSource
java.lang.Object
io.atlasmap.v2.DataSource
io.atlasmap.json.v2.JsonDataSource
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class io.atlasmap.v2.DataSource
characterEncoding, dataSourceType, description, id, locale, name, uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the template property.inthashCode()voidsetTemplate(String value) Sets the value of the template property.Methods inherited from class io.atlasmap.v2.DataSource
getCharacterEncoding, getDataSourceType, getDescription, getId, getLocale, getName, getUri, setCharacterEncoding, setDataSourceType, setDescription, setId, setLocale, setName, setUri
-
Field Details
-
template
-
-
Constructor Details
-
JsonDataSource
public JsonDataSource()
-
-
Method Details