Uses of Class
org.jibx.binding.def.PropertyDefinition
-
Packages that use PropertyDefinition Package Description org.jibx.binding.def -
-
Uses of PropertyDefinition in org.jibx.binding.def
Methods in org.jibx.binding.def that return PropertyDefinition Modifier and Type Method Description PropertyDefinitionComponentProperty. getProperty()Get the property information.Methods in org.jibx.binding.def with parameters of type PropertyDefinition 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)Constructors in org.jibx.binding.def with parameters of type PropertyDefinition Constructor Description ComponentProperty(PropertyDefinition prop, IComponent impl, boolean skip)Constructor.DirectGeneric(IContainer parent, String type, PropertyDefinition prop)Constructor with defined property.DirectProperty(PropertyDefinition prop, DirectObject direct)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.OptionalStructureWrapper(IComponent wrap, PropertyDefinition prop, boolean load)Constructor.PropertyDefinition(PropertyDefinition original)Copy 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.
-