Interface MappingStrategy<T>

Type Parameters:
T - The type of result.
All Known Subinterfaces:
HTTPResponseMappingStrategy, ResultMappingStrategy, SearchResultMappingStrategy, StorageMappingStrategy
All Known Implementing Classes:
AbstractMappingStrategy, ScriptedResponseMappingStrategy, ScriptedStorageMappingStrategy, SimpleStorageMappingStrategy, StringAttributeValueMappingStrategy, StringAttributeValueMappingStrategy, StringResultMappingStrategy, StringResultMappingStrategy

public interface MappingStrategy<T>
Strategy for mapping from an arbitrary result type to a collection of IdPAttributes.
  • Method Summary

    Modifier and Type
    Method
    Description
    map(T results)
    Maps the given results to a collection of IdPAttribute indexed by the attribute's ID.
  • Method Details