Interface CodeAccessor.CodeBuilder<V,B extends CodeAccessor.CodeBuilder<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:
    CodeAccessor<T>

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

      • withCode

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