Interface AbstractValueWrapper<V>
- All Known Implementing Classes:
AbstractValueWrapper.ForCollection,AbstractValueWrapper.ForList,AbstractValueWrapper.Impl,IgnoredNamespaces,ItemDiagramSpecificationXsomParser.ItemDiagramSpecifications,QNameList,SchemaMigrationXsomParser.SchemaMigrations
public interface AbstractValueWrapper<V>
The
DefinitionFeatureParser works with values of specified type, and that type should not be a parameterized one,
like "list of access rights". Hence, we provide wrappers for such situations - in particular, for collections, especially
lists.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classAbstractValueWrapper.ForCollection<T,C extends Collection<T>> static classstatic class