Interface PropertyTypeId.BuilderAndMapper<T>

  • Type Parameters:
    T - Type of values of the property.
    Enclosing class:
    PropertyTypeId

    public static interface PropertyTypeId.BuilderAndMapper<T>
    An factory for new properties, whose default value must be deserialized using an PropertySerializer. This is provided so that the mapper and the factory may be related through the same type parameter, so that capture works well.