Interface HumanReadableDescribable

All Known Implementing Classes:
ProjectionContextFilter, ProjectionContextKey, ProjectionContextKey.Classified, ProjectionContextKey.WithResource, ResourceOperationCoordinates, ResourceOperationCoordinates.ObjectClassScoped, ResourceOperationCoordinates.ResourceScoped, ResourceOperationCoordinates.TypeScoped, ResourceShadowCoordinates
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HumanReadableDescribable
Object that can provide short, human-readable description. The description should be suitable for logging and presentation to users (non-developers).
Author:
semancik
  • Method Details

    • toHumanReadableDescription

      String toHumanReadableDescription()