类 ObjectMappers

java.lang.Object
com.github.codeboyzhou.mcp.declarative.util.ObjectMappers

public final class ObjectMappers extends Object
  • 字段详细资料

    • JSON_MAPPER

      public static final com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPER
  • 方法详细资料

    • toJson

      public static String toJson(Object object)
    • fromYaml

      public static <T> T fromYaml(File yamlFile, Class<T> valueType)