Class FilteringJacksonOutputConverter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.embabel.common.ai.converters.JacksonOutputConverter

        convert, getFormat, getJsonSchema, getObjectMapper
      • Methods inherited from class org.springframework.core.convert.converter.Converter

        andThen
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilteringJacksonOutputConverter

        FilteringJacksonOutputConverter(Class<T> clazz, ObjectMapper objectMapper, Predicate<String> propertyFilter)
      • FilteringJacksonOutputConverter

        FilteringJacksonOutputConverter(ParameterizedTypeReference<T> typeReference, ObjectMapper objectMapper, Predicate<String> propertyFilter)
    • Method Detail