Package org.jibx.schema.codegen.custom
Interface TypeReplacer
- All Known Implementing Classes:
ComponentCustom
,NestingCustomBase
,SchemaCustom
,SchemaRootBase
,SchemasetCustom
public interface TypeReplacer
Interface defining type substitutions.
- Author:
- Dennis M. Sosnoski
-
Method Summary
-
Method Details
-
getReplacement
Get replacement type.- Parameters:
qname
-- Returns:
- replacement type (the same as the supplied type, if no replacement defined)
-