All Superinterfaces:
JsonFormatVisitorWithSerializerProvider
All Known Implementing Classes:
JsonArrayFormatVisitor.Base

public interface JsonArrayFormatVisitor extends JsonFormatVisitorWithSerializerProvider
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Default "empty" implementation, useful as the base to start on; especially as it is guaranteed to implement all the method of the interface, even if new methods are getting added.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Visit method that is called if the content type is a simple scalar type like JsonFormatTypes.STRING (but not for structured types like JsonFormatTypes.OBJECT since they would be missing type information).
    void
    itemsFormat(JsonFormatVisitable handler, JavaType elementType)
    Visit method called for structured types, as well as possibly for leaf types (especially if handled by custom serializers).

    Methods inherited from interface edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProvider

    getProvider, setProvider