Uses of Class
org.jibx.binding.classes.BoundClass
-
Packages that use BoundClass Package Description org.jibx.binding.classes org.jibx.binding.def -
-
Uses of BoundClass in org.jibx.binding.classes
Methods in org.jibx.binding.classes that return BoundClass Modifier and Type Method Description static BoundClassBoundClass. getInstance(String name, BoundClass context)Get binding information for class.static BoundClassBoundClass. getInstance(ClassFile cf, BoundClass context)Get binding information for class.Methods in org.jibx.binding.classes with parameters of type BoundClass Modifier and Type Method Description static BoundClassBoundClass. getInstance(String name, BoundClass context)Get binding information for class.static BoundClassBoundClass. getInstance(ClassFile cf, BoundClass context)Get binding information for class. -
Uses of BoundClass in org.jibx.binding.def
Methods in org.jibx.binding.def that return BoundClass Modifier and Type Method Description BoundClassBindingDefinition. getBoundClass()Get class linked to binding element.BoundClassIContextObj. getBoundClass()Get class linked to binding element.abstract BoundClassMappingBase. getBoundClass()Get the mapped class information.BoundClassMappingDefinition. getBoundClass()Get the mapped class information.BoundClassMappingDirect. getBoundClass()Get the mapped class information.BoundClassObjectBinding. getBoundClass()
-