Interface ValueAccessor.ValueBuilder<V,B extends ValueAccessor.ValueBuilder<V,B>>

  • Type Parameters:
    V - the value type
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    ValueAccessor<V>


    public static interface ValueAccessor.ValueBuilder<V,B extends ValueAccessor.ValueBuilder<V,B>>
    Provides a builder method for a the property returning the builder for applying multiple build operations.
    • Method Detail

      • withValue

        B withValue​(V aValue)
        Sets the value for the the property.
        Parameters:
        aValue - The value to be stored by the value property.
        Returns:
        The builder for applying multiple build operations.