Class KonnektorConfigurationData
java.lang.Object
de.gematik.epa.ps.konnektor.config.KonnektorConfigurationData
- All Implemented Interfaces:
KonnektorConfiguration,KonnektorConfigurationMutable
@ConfigurationProperties("konnektor")
public class KonnektorConfigurationData
extends Object
implements KonnektorConfigurationMutable
-
Constructor Summary
ConstructorsConstructorDescriptionKonnektorConfigurationData(KonnektorConnectionConfigurationData connection, Context context) -
Method Summary
Modifier and TypeMethodDescriptionconnection(KonnektorConnectionConfigurationMutable konnektorConnectionConfiguration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.gematik.epa.config.KonnektorConfiguration
contextMethods inherited from interface de.gematik.epa.konnektor.config.KonnektorConfigurationMutable
connection, context, replace
-
Constructor Details
-
KonnektorConfigurationData
@ConstructorBinding public KonnektorConfigurationData(KonnektorConnectionConfigurationData connection, Context context)
-
-
Method Details
-
connection
public KonnektorConfigurationData connection(KonnektorConnectionConfigurationMutable konnektorConnectionConfiguration) - Specified by:
connectionin interfaceKonnektorConfigurationMutable
-