187.2.2. 쿼리 매개변수(7 매개변수):

이름설명기본값유형

contentCache (producer)

리소스 콘텐츠 캐시 사용 여부를 설정

false

boolean

failOnnullBody (producer)

신체가 존재하지 않는 경우 실패 여부를 확인합니다.

true

boolean

failOnnullHeader (producer)

헤더에 대한 유효성을 검사할 때 헤더가 없는 경우 실패할지 여부입니다.

true

boolean

HeaderName (producer)

메시지 본문 대신 헤더에 대해 검증합니다.

 

문자열

errorHandler (advanced)

사용자 지정 ValidatorErrorHandler를 사용하려면 다음을 수행합니다. 기본 오류 처리기는 오류를 캡처하고 예외를 throw합니다.The default error handler captures the errors and throws an exception.

 

JsonValidatorError Handler

schemaLoader (advanced)

사용자 정의 스키마 로더를 사용하려면 사용자 정의 형식 유효성 검사를 추가할 수 있습니다. 기본 구현은 초안 v4 지원이 포함된 스키마 로더를 만듭니다.

 

JsonSchemaLoader

synchronous (advanced)

동기 처리를 엄격하게 사용해야 하는지 또는 Camel이 비동기 처리를 사용할 수 있는지 여부를 설정합니다(지원되는 경우).

false

boolean