public final class PassThroughConfig extends SourceConfig
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATA_MODEL
Field used in PassThrough source config fragment
|
_sourceName, TYPE| Constructor and Description |
|---|
PassThroughConfig(java.lang.String sourceName,
java.lang.String dataModel)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Optional<java.lang.String> |
getDataModel() |
SourceType |
getSourceType() |
int |
hashCode() |
java.lang.String |
toString() |
getSourceNamepublic static final java.lang.String DATA_MODEL
public PassThroughConfig(java.lang.String sourceName,
java.lang.String dataModel)
sourceName - the name of the source and it is referenced by the anchor in the feature definitiondataModel - Class name for pass-through objectpublic SourceType getSourceType()
getSourceType in class SourceConfigpublic java.util.Optional<java.lang.String> getDataModel()
public boolean equals(java.lang.Object o)
equals in class SourceConfigpublic int hashCode()
hashCode in class SourceConfigpublic java.lang.String toString()
toString in class java.lang.Object