Interface InstanceAttributeOverride<M extends MemberScope<?,​?>>

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods 
      Modifier and Type Method Description
      void overrideInstanceAttributes​(com.fasterxml.jackson.databind.node.ObjectNode jsonSchemaAttributesNode, M member)
      Deprecated.
      Add/remove attributes on the given JSON Schema node – this is specifically intended for attributes relating to a particular instance.
      default void overrideInstanceAttributes​(com.fasterxml.jackson.databind.node.ObjectNode jsonSchemaAttributesNode, M member, SchemaGenerationContext context)
      Deprecated.
      Add/remove attributes on the given JSON Schema node – this is specifically intended for attributes relating to a particular instance.