Interface Mapping<V extends PrismValue,​D extends ItemDefinition<?>>

  • Type Parameters:
    V - type of PrismValue the mapping produces
    D - type of ItemDefinition of the item the mapping produces (currently unused!)
    All Superinterfaces:
    Serializable

    public interface Mapping<V extends PrismValue,​D extends ItemDefinition<?>>
    extends Serializable
    Mapping prepared for evaluation (or already evaluated). It is a "parsed" mapping, in contrast with MappingType bean that contains the mapping definition.
    Author:
    semancik