Class GuavaSerializers.FluentConverter

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.util.Converter<java.lang.Object,​java.lang.Iterable<?>>
    Enclosing class:
    GuavaSerializers

    static class GuavaSerializers.FluentConverter
    extends com.fasterxml.jackson.databind.util.StdConverter<java.lang.Object,​java.lang.Iterable<?>>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter

        com.fasterxml.jackson.databind.util.Converter.None
    • Constructor Summary

      Constructors 
      Constructor Description
      FluentConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<?> convert​(java.lang.Object value)  
      • Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter

        _findConverterType, getInputType, getOutputType
      • Methods inherited from class java.lang.Object

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

      • FluentConverter

        FluentConverter()
    • Method Detail

      • convert

        public java.lang.Iterable<?> convert​(java.lang.Object value)
        Specified by:
        convert in interface com.fasterxml.jackson.databind.util.Converter<java.lang.Object,​java.lang.Iterable<?>>
        Specified by:
        convert in class com.fasterxml.jackson.databind.util.StdConverter<java.lang.Object,​java.lang.Iterable<?>>