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 TypeMethodDescriptioncomputeContext
(PrismValue prismValue) The method during find schema context by schema context definition
-
Method Details
-
computeContext
The method during find schema context by schema context definition- Parameters:
prismValue
-- Returns:
- schema context annotation if exists, if not exist return null
-