265.2. Spring Boot Auto-Configuration

구성 요소는 아래 나열된 4 가지 옵션을 지원합니다.

이름설명기본값유형

camel.dataformat.protobuf.content-type-format

protobuf 메시지가 Java에서 serialize/deserialized(to)될 콘텐츠 유형 형식을 정의합니다. 형식은 native protobuf 또는 json 필드 표현의 경우 native 또는 json일 수 있습니다. 기본값은 native입니다.

native

문자열

camel.dataformat.protobuf.content-type-header

데이터 형식이 데이터 형식에서 수행할 수 있는 경우 데이터 형식의 유형으로 Content-Type 헤더를 설정해야 하는지 여부입니다. 예를 들어 데이터 형식을 XML로 마샬링하거나, JSon으로 마샬링되는 데이터 형식에 대한 application/json 등이 있습니다.

false

부울

camel.dataformat.protobuf.enabled

protobuf dataformat 활성화

true

부울

camel.dataformat.protobuf.instance-class

armshalling할 때 사용할 클래스의 이름

 

문자열

ND