Packageorg.spicefactory.lib.xml.mapper.metadata
Classpublic class IgnoreDecorator
InheritanceIgnoreDecorator Inheritance Object
Implements MetadataMapperDecorator

Represents a Metadata tag that can be used on properties that should not be mapped.



Public Properties
 PropertyDefined By
  property : String
The name of the property.
IgnoreDecorator
Public Methods
 MethodDefined By
  
Method to be invoked by the framework for each occurence of a metadata tag on each mapped class.
IgnoreDecorator
Property Detail
propertyproperty
public var property:String

The name of the property.

Method Detail
decorate()method
public function decorate(builder:MetadataMapperBuilder):void

Method to be invoked by the framework for each occurence of a metadata tag on each mapped class. It allows to validate and process the attributes of that tag and to modifiy the specified mapper builder accordingly. All existing builtin metadata tags like [Attribute] or [ChoiceId] implement this interface, too.

Parameters

builder:MetadataMapperBuilder — the builder that can be modified for the mapping of the property the metadata tag was placed upon