public interface

PersistenceRule

vars.PersistenceRule<T extends vars.VARSObject>
Known Indirect Subclasses

Class Overview

interface for defining rules that can used pre and post persistence

Summary

Public Methods
abstract T apply(T object)
Applies the rule to the object

Public Methods

public abstract T apply (T object)

Applies the rule to the object

Parameters
object THe object of interest