Interface TypeTarget

    • Method Detail

      • type

        <C> TypeConstraintMappingContext<C> type​(Class<C> type)
        Selects the type to which the next operations shall apply. A given type may only be configured once.
        Type Parameters:
        C - The type to select.
        Parameters:
        type - The type to select.
        Returns:
        A creational context representing the selected type.