Method | Description | |
---|---|---|
DefaultMatcher ( Matcher matcher ) : System |
Constructor for the
|
|
Match ( Class, type ) : Transform, |
This is used to match a
|
|
MatchType ( Class, type ) : Transform, |
This is used to match a
|
public DefaultMatcher ( Matcher matcher ) : System | ||
matcher | Matcher | /// this is the user specified matcher object /// |
return | System |
public Match ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a transform object for /// |
return | Transform, |
public MatchType ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a transform object for /// |
return | Transform, |