Class PlainResourceObjectConstruction<AH extends AssignmentHolderType>

All Implemented Interfaces:
DebugDumpable, Serializable

public class PlainResourceObjectConstruction<AH extends AssignmentHolderType> extends ResourceObjectConstruction<AH,EvaluatedPlainResourceObjectConstructionImpl<AH>>
Special construction subclass that represents resource object constructions as defined in the `schemaHandling` section of the resource definition. The main difference from AssignedResourceObjectConstruction is that here we have the projection context, so resource and definitions resolution is much easier. It also has no AbstractConstruction.constructionBean. TODO consider better name
Author:
Radovan Semancik
See Also: