Interface DefinitionResolver<PD extends ItemDefinition<?>,ID extends ItemDefinition<?>>

Type Parameters:
PD - parent definition
ID - subitem definition
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 DefinitionResolver<PD extends ItemDefinition<?>,ID extends ItemDefinition<?>>
Resolves a definition in a parent. Used in cases when there are non-standard resolution exceptions, e.g. default string definitions for items in dynamic schema.
Author:
semancik
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(PD parentDefinition, ItemPath path)