Interface WithTypeBuilder<A>

  • Type Parameters:
    A - The builder class
    All Known Subinterfaces:
    Annotation.Builder, Group.Builder

    public interface WithTypeBuilder<A>
    Helper interface to indicate that a builder should processor setting a type on an object
    • Method Detail

      • withType

        A withType​(String type)
        Assign a type to the builder
        Parameters:
        type - the type
        Returns:
        a builder with the type set to the specified value