Interface WrapModel<T>

  • Type Parameters:
    T - the generic type of the model object
    All Superinterfaces:
    Attachable, Detachable, Model<T>, java.io.Serializable

    public interface WrapModel<T>
    extends Model<T>
    The marker interface WrapModel represents a model that serves as a decorator for another.
    • Method Detail

      • getWrappedModel

        Model<?> getWrappedModel()
        Gets the wrapped model.
        Returns:
        the wrapped model