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
Fields inherited from class io.atlasmap.v2.DataSource
characterEncoding, dataSourceType, description, id, locale, name, uri
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the template property.int
hashCode()
void
setTemplate
(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