Interface ReferenceResolverService

    • Method Detail

      • resolve

        Object resolve​(Class<?> type,
                       ViewEntity reference)
        Resolves the given reference entity using the first resolver that claims to support the given type.
        Parameters:
        type - the subject model type
        reference - the subject reference entity
        Returns:
        solved value
        Throws:
        ReferenceResolverNotFoundException - if no resolver claims to support the given type