Uses of Interface
org.jibx.binding.def.IContainer
-
Packages that use IContainer Package Description org.jibx.binding.def -
-
Uses of IContainer in org.jibx.binding.def
Classes in org.jibx.binding.def that implement IContainer Modifier and Type Class Description classBindingDefinitionBinding definition.classNestedBaseBase class for structure and collection binding definitions.classNestedCollectionCollection binding definition.classNestedStructureStructure binding definition.Fields in org.jibx.binding.def declared as IContainer Modifier and Type Field Description protected IContainerBindingBuilder.ContainerBase. m_containerContaining binding component.protected IContainerBindingBuilder.ContainerBase. m_containerContaining binding component.protected IContainerBindingBuilder.ContainerBase. m_containerContaining binding component.protected IContainerBindingBuilder.ContainerBase. m_containerContaining binding component.Methods in org.jibx.binding.def with parameters of type IContainer Modifier and Type Method Description IComponentIMapping. buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)Build reference to mapping.IComponentMappingDefinition. buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)IComponentMappingDirect. buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)IComponentPrecompiledAbstractMapping. buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)IComponentPrecompiledConcreteMapping. buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)static IMappingBindingBuilder. unmarshalMapping(org.jibx.runtime.impl.UnmarshallingContext ctx, IContainer parent, ArrayList nss, boolean uord)Unmarshal mapping definition.static IComponentBindingBuilder. unmarshalStructure(org.jibx.runtime.impl.UnmarshallingContext ctx, IContainer contain, IContextObj cobj, boolean coll, boolean uord, boolean implic)Unmarshal subclass instance for structure definition.Constructors in org.jibx.binding.def with parameters of type IContainer Constructor Description DefinitionContext(IContainer contain)Constructor.DirectGeneric(IContainer parent, String type)Constructor without implicit property.DirectGeneric(IContainer parent, String type, PropertyDefinition prop)Constructor with defined property.DirectObject(IContainer parent, DefinitionContext defc, ClassFile target, boolean abs, ClassFile mcf, ClassFile ucf, String mapname, NameDefinition name, String factname)Constructor.MappingBase(IContainer contain, String type, String tname)Constructor.MappingBase(IContainer contain, String type, String tname, IComponent wrap)Constructor with wrapped component supplied.MappingDefinition(IContainer contain, DefinitionContext defc, String type, NameDefinition name, String tname, boolean abs, String base, ObjectBinding bind, boolean nillable)Constructor.MappingDirect(IContainer contain, String type, String tname, DirectObject dir, boolean abs)Constructor.MappingReference(IContainer contain, PropertyDefinition prop, String type, String reftext, String refqname, IContextObj objc, NameDefinition name, boolean synth, boolean nillable)Constructor from property and type.NestedBase(IContainer contain, IContextObj objc, boolean ord, boolean flex, boolean defc)Constructor.NestedCollection(IContainer parent, IContextObj objc, boolean ord, boolean opt, boolean flex, String type, org.jibx.binding.def.NestedCollection.CollectionLoad load, org.jibx.binding.def.NestedCollection.CollectionStore store)Constructor.NestedStructure(IContainer parent, IContextObj objc, boolean ord, boolean choice, boolean flex, boolean ctx, boolean hasobj, boolean dupl)Constructor.ObjectBinding(IContainer contain, IContextObj objc, String type, String fact, String pres, String posts, String pget, String ctype)Constructor.PrecompiledAbstractMapping(String type, String tname, String mapname, int index, org.jibx.runtime.IBindingFactory factory, int[] nsxlate, IContainer parent)Constructor.PrecompiledConcreteMapping(String mapname, String type, NameDefinition name, String marname, String umarname, IContainer parent, boolean xlated, String factname)Constructor.PropertyDefinition(IContainer parent, IContextObj obj, String type, boolean isthis, boolean opt, String fname, String test, String flag, String get, String set)Constructor.StructureReference(IContainer contain, String label, PropertyDefinition prop, boolean hasname, IContextObj cobj)Constructor.ValueChild(IContainer contain, IContextObj objc, NameDefinition name, PropertyDefinition prop, StringConversion conv, int style, int ident, String constant, boolean nillable)Constructor.
-