Spotless
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package ca.uhn.fhir.jpa.starter;
|
||||
|
||||
|
||||
import ca.uhn.fhir.context.FhirVersionEnum;
|
||||
import ca.uhn.fhir.jpa.api.config.JpaStorageSettings.ClientIdStrategyEnum;
|
||||
import ca.uhn.fhir.jpa.api.config.JpaStorageSettings.IdStrategyEnum;
|
||||
@@ -89,7 +88,8 @@ public class AppProperties {
|
||||
private String app_content_path = null;
|
||||
private Boolean lastn_enabled = false;
|
||||
private boolean store_resource_in_lucene_index_enabled = false;
|
||||
private NormalizedQuantitySearchLevel normalized_quantity_search_level = NormalizedQuantitySearchLevel.NORMALIZED_QUANTITY_SEARCH_NOT_SUPPORTED;
|
||||
private NormalizedQuantitySearchLevel normalized_quantity_search_level =
|
||||
NormalizedQuantitySearchLevel.NORMALIZED_QUANTITY_SEARCH_NOT_SUPPORTED;
|
||||
private Boolean use_apache_address_strategy = false;
|
||||
private Boolean use_apache_address_strategy_https = false;
|
||||
private Integer bundle_batch_pool_size = 20;
|
||||
@@ -109,7 +109,6 @@ public class AppProperties {
|
||||
return custom_provider_classes;
|
||||
}
|
||||
|
||||
|
||||
public Boolean getOpenapi_enabled() {
|
||||
return openapi_enabled;
|
||||
}
|
||||
@@ -174,7 +173,6 @@ public class AppProperties {
|
||||
this.ips_enabled = ips_enabled;
|
||||
}
|
||||
|
||||
|
||||
public Boolean getMdm_enabled() {
|
||||
return mdm_enabled;
|
||||
}
|
||||
@@ -259,8 +257,7 @@ public class AppProperties {
|
||||
return client_id_strategy;
|
||||
}
|
||||
|
||||
public void setClient_id_strategy(
|
||||
ClientIdStrategyEnum client_id_strategy) {
|
||||
public void setClient_id_strategy(ClientIdStrategyEnum client_id_strategy) {
|
||||
this.client_id_strategy = client_id_strategy;
|
||||
}
|
||||
|
||||
@@ -316,8 +313,7 @@ public class AppProperties {
|
||||
return allow_override_default_search_params;
|
||||
}
|
||||
|
||||
public void setAllow_override_default_search_params(
|
||||
Boolean allow_override_default_search_params) {
|
||||
public void setAllow_override_default_search_params(Boolean allow_override_default_search_params) {
|
||||
this.allow_override_default_search_params = allow_override_default_search_params;
|
||||
}
|
||||
|
||||
@@ -333,8 +329,7 @@ public class AppProperties {
|
||||
return auto_create_placeholder_reference_targets;
|
||||
}
|
||||
|
||||
public void setAuto_create_placeholder_reference_targets(
|
||||
Boolean auto_create_placeholder_reference_targets) {
|
||||
public void setAuto_create_placeholder_reference_targets(Boolean auto_create_placeholder_reference_targets) {
|
||||
this.auto_create_placeholder_reference_targets = auto_create_placeholder_reference_targets;
|
||||
}
|
||||
|
||||
@@ -394,8 +389,7 @@ public class AppProperties {
|
||||
return enforce_referential_integrity_on_delete;
|
||||
}
|
||||
|
||||
public void setEnforce_referential_integrity_on_delete(
|
||||
Boolean enforce_referential_integrity_on_delete) {
|
||||
public void setEnforce_referential_integrity_on_delete(Boolean enforce_referential_integrity_on_delete) {
|
||||
this.enforce_referential_integrity_on_delete = enforce_referential_integrity_on_delete;
|
||||
}
|
||||
|
||||
@@ -403,8 +397,7 @@ public class AppProperties {
|
||||
return enforce_referential_integrity_on_write;
|
||||
}
|
||||
|
||||
public void setEnforce_referential_integrity_on_write(
|
||||
Boolean enforce_referential_integrity_on_write) {
|
||||
public void setEnforce_referential_integrity_on_write(Boolean enforce_referential_integrity_on_write) {
|
||||
this.enforce_referential_integrity_on_write = enforce_referential_integrity_on_write;
|
||||
}
|
||||
|
||||
@@ -612,7 +605,6 @@ public class AppProperties {
|
||||
return logical_urls;
|
||||
}
|
||||
|
||||
|
||||
public Boolean getIg_runtime_upload_enabled() {
|
||||
return ig_runtime_upload_enabled;
|
||||
}
|
||||
@@ -665,7 +657,8 @@ public class AppProperties {
|
||||
return userRequestRetryVersionConflictsInterceptorEnabled;
|
||||
}
|
||||
|
||||
public void setUserRequestRetryVersionConflictsInterceptorEnabled(Boolean userRequestRetryVersionConflictsInterceptorEnabled) {
|
||||
public void setUserRequestRetryVersionConflictsInterceptorEnabled(
|
||||
Boolean userRequestRetryVersionConflictsInterceptorEnabled) {
|
||||
this.userRequestRetryVersionConflictsInterceptorEnabled = userRequestRetryVersionConflictsInterceptorEnabled;
|
||||
}
|
||||
|
||||
@@ -710,7 +703,8 @@ public class AppProperties {
|
||||
|
||||
private String name = "fhirtest.access";
|
||||
private String error_format = "ERROR - ${requestVerb} ${requestUrl}";
|
||||
private String format = "Path[${servletPath}] Source[${requestHeader.x-forwarded-for}] Operation[${operationType} ${operationName} ${idOrResourceName}] UA[${requestHeader.user-agent}] Params[${requestParameters}] ResponseEncoding[${responseEncodingNoDefault}] Operation[${operationType} ${operationName} ${idOrResourceName}] UA[${requestHeader.user-agent}] Params[${requestParameters}] ResponseEncoding[${responseEncodingNoDefault}]";
|
||||
private String format =
|
||||
"Path[${servletPath}] Source[${requestHeader.x-forwarded-for}] Operation[${operationType} ${operationName} ${idOrResourceName}] UA[${requestHeader.user-agent}] Params[${requestParameters}] ResponseEncoding[${responseEncodingNoDefault}] Operation[${operationType} ${operationName} ${idOrResourceName}] UA[${requestHeader.user-agent}] Params[${requestParameters}] ResponseEncoding[${responseEncodingNoDefault}]";
|
||||
private Boolean log_exceptions = true;
|
||||
|
||||
public String getName() {
|
||||
@@ -866,7 +860,8 @@ public class AppProperties {
|
||||
return conditional_create_duplicate_identifiers_enabled;
|
||||
}
|
||||
|
||||
public void setConditional_create_duplicate_identifiers_enabled(Boolean conditional_create_duplicate_identifiers_enabled) {
|
||||
public void setConditional_create_duplicate_identifiers_enabled(
|
||||
Boolean conditional_create_duplicate_identifiers_enabled) {
|
||||
this.conditional_create_duplicate_identifiers_enabled = conditional_create_duplicate_identifiers_enabled;
|
||||
}
|
||||
|
||||
@@ -909,7 +904,6 @@ public class AppProperties {
|
||||
this.email = email;
|
||||
}
|
||||
|
||||
|
||||
public static class Email {
|
||||
private String from;
|
||||
private String host;
|
||||
|
||||
Reference in New Issue
Block a user