Interface FunctionWrapper.ToJsonConverter

All Known Implementing Classes:
FunctionWrapper.BooleanJsonConverter, FunctionWrapper.DoubleJsonConverter, FunctionWrapper.FloatJsonConverter, FunctionWrapper.IntJsonConverter, FunctionWrapper.LongJsonConverter, FunctionWrapper.StringJsonConverter
Enclosing class:
FunctionWrapper

static interface FunctionWrapper.ToJsonConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
  • Method Details

    • convert

      com.fasterxml.jackson.databind.JsonNode convert(Object node)