Interface BodyAccessor.BodyMutator<T>

  • Type Parameters:
    T - The type of the body property.
    All Known Subinterfaces:
    BodyAccessor.BodyProperty<T>
    Enclosing interface:
    BodyAccessor<T>


    public static interface BodyAccessor.BodyMutator<T>
    Provides a mutator for a body property.
    • Method Detail

      • setBody

        void setBody​(T aBody)
        Sets the body for the body property.
        Parameters:
        aBody - The body to be stored by the body property.