Uses of Interface
org.jibx.binding.def.IContextObj
-
Packages that use IContextObj Package Description org.jibx.binding.def -
-
Uses of IContextObj in org.jibx.binding.def
Classes in org.jibx.binding.def that implement IContextObj Modifier and Type Class Description classObjectBindingBinding modifiers that apply to a class reference.Methods in org.jibx.binding.def with parameters of type IContextObj 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)voidNestedBase. setObjectContext(IContextObj objc)Set the object context.voidNestedStructure. setObjectContext(IContextObj objc)Set the object context.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 IContextObj Constructor Description 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.PropertyDefinition(String type, IContextObj obj, boolean opt)Constructor for implicit object reference.PropertyDefinition(IContainer parent, IContextObj obj, String type, boolean isthis, boolean opt, String fname, String test, String flag, String get, String set)Constructor.PropertyDefinition(IContextObj obj, boolean opt)Constructor for "this" object reference.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.
-