Class ValueResolver


  • public class ValueResolver
    extends Resolver
    This Resolver is responsible to return the map value, 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 value.
    Since:
    2.3
    Version:
    2.5
    Author:
    Pascal Filion
    See Also:
    KeyResolver
    • Constructor Detail

      • ValueResolver

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

      • toString

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