Uses of Class
ca.cdr.api.fhirgw.json.GatewayTargetJson
Packages that use GatewayTargetJson
-
Uses of GatewayTargetJson in ca.cdr.api.fhirgw.json
Methods in ca.cdr.api.fhirgw.json that return GatewayTargetJsonModifier and TypeMethodDescriptionGatewayConfigurationJson.addTarget()GatewayTargetJson.clone()GatewayTargetJson.ExampleSupplier.get()GatewayTargetJson.setAlternateValidationPath(String theAlternateValidationPath) GatewayTargetJson.setBaseUrl(String theBaseUrl) GatewayTargetJson.setClientInterceptorClasses(String myClientInterceptorClasses) GatewayTargetJson.setConnectTimeoutMillis(Integer theConnectTimeoutMillis) GatewayTargetJson.setHttpBasicCredentials(String theHttpBasicCredentials) GatewayTargetJson.setResourceIdPrefix(String theResourceIdPrefix) GatewayTargetJson.setServerCapabilityStatementValidationEnabled(Boolean theServerCapabilityStatementValidationEnabled) GatewayTargetJson.setSocketTimeoutMillis(Integer theSocketTimeoutMillis) Methods in ca.cdr.api.fhirgw.json that return types with arguments of type GatewayTargetJsonMethod parameters in ca.cdr.api.fhirgw.json with type arguments of type GatewayTargetJsonModifier and TypeMethodDescriptionvoidGatewayConfigurationJson.setTargets(List<GatewayTargetJson> theTargets) -
Uses of GatewayTargetJson in ca.cdr.api.fhirgw.model
Methods in ca.cdr.api.fhirgw.model that return GatewayTargetJsonConstructor parameters in ca.cdr.api.fhirgw.model with type arguments of type GatewayTargetJsonModifierConstructorDescriptionTargetMap(Map<String, GatewayTargetJson> theDefinitions, Map<String, IFhirEndpointGatewayTarget> theTargets)