Interface SchemaContextResolver

All Known Implementing Classes:
TypeContextResolver, TypePropertyContextResolver

public interface SchemaContextResolver
The interface provides methods of resolver that looks up the schema context based on definition from schema in specific case.
  • Method Summary

    Modifier and Type
    Method
    Description
    The method during find schema context by schema context definition
  • Method Details

    • computeContext

      SchemaContext computeContext(PrismValue prismValue)
      The method during find schema context by schema context definition
      Parameters:
      prismValue -
      Returns:
      schema context annotation if exists, if not exist return null