Package com.bytedesk.core.config
Class ProtoConfig
java.lang.Object
com.bytedesk.core.config.ProtoConfig
- Author:
- bytedesk.com on 2019-08-01
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
protobuf 序列化(package private) org.springframework.web.client.RestTemplate
protobufRestTemplate
(org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter protobufHttpMessageConverter) protobuf 反序列化
-
Constructor Details
-
ProtoConfig
public ProtoConfig()
-
-
Method Details
-
protobufHttpMessageConverter
@Bean org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter protobufHttpMessageConverter()protobuf 序列化 -
protobufRestTemplate
@Bean org.springframework.web.client.RestTemplate protobufRestTemplate(org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter protobufHttpMessageConverter) protobuf 反序列化
-