Class KeyResolver


  • public class KeyResolver
    extends Resolver
    This Resolver is responsible to return the map key, which means that for identification variables referring to an instance of an association or collection represented as a Map, the identification variable is of the abstract schema type of the map key.
    Since:
    2.3
    Version:
    2.5
    Author:
    Pascal Filion
    See Also:
    ValueResolver
    • Constructor Detail

      • KeyResolver

        public KeyResolver​(Resolver parent)
        Creates a new KeyResolver.
        Parameters:
        parent - The parent Resolver, which is never null
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object