Interface CommentPropertyProvider

All Known Implementing Classes:
FlatteningCommentPropertyProvider

public interface CommentPropertyProvider
Provides properties to Stash comments.

NOTE: Property values must be convertible to JSON (e.g. extend from RestMapEntity), or otherwise REST requests to entities owning the properties will fail.

See Also:
  • Method Details

    • provideProperties

      void provideProperties(@Nonnull CommentPropertyContext context)
      Provide properties to the given context.
      Parameters:
      context - current comment context