类 ForestProtobufConverterManager

java.lang.Object
com.dtflys.forest.converter.protobuf.ForestProtobufConverterManager
所有已实现的接口:
Serializable

public class ForestProtobufConverterManager extends Object implements Serializable
JSON转换器选择策略
从以下版本开始:
2020/12/18
作者:
YAKAX
另请参阅:
  • 构造器详细资料

    • ForestProtobufConverterManager

      public ForestProtobufConverterManager()
  • 方法详细资料

    • getInstance

      public static ForestProtobufConverterManager getInstance()
    • checkSupportProtobuf

      public boolean checkSupportProtobuf()
    • isProtobufMessageClass

      public boolean isProtobufMessageClass(Class<?> clazz)
    • isProtobufMessageType

      public boolean isProtobufMessageType(Type type)
    • getForestProtobufConverter

      public ForestProtobufConverter getForestProtobufConverter()