Interface ICompiledProperty<T>

Type Parameters:
T - the type of
All Superinterfaces:
Cloneable, IClone<IProperty>, IProperty
All Known Implementing Classes:
ArrayLastElementProperty, ArrayProperty, CompiledAndChainProperty, CompiledProperty, DynamicProperty, ListLastElementProperty, ListProperty, MapProperty

public interface ICompiledProperty<T> extends IProperty
A compiled property, compiled specifically for the instances of a target class.
Author:
ActiveViam
  • Method Details

    • getTargetClass

      Class<T> getTargetClass()
      Returns the target class.