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 Summary

    Modifier and Type Method Description
    void setBody​(T aBody)
    Sets the body for the body property.
  • Method Details

    • setBody

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