Package com.quartetfs.fwk
Interface ICompiledProperty<T>
-
- Type Parameters:
T- the type of
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>getTargetClass()Returns the target class.-
Methods inherited from interface com.quartetfs.fwk.IProperty
getExpression, getName, getPropertyChain, getValue, setValue
-
-