Interface PropertiesMirror<T>

Type Parameters:
T - the type with properties
All Superinterfaces:
Enumerable<Property>, Iterable<Property>

public interface PropertiesMirror<T> extends Enumerable<Property>
Defines the contract for Properties Mirror.
  • Method Details