Uses of Interface
org.jibx.util.IClass
-
Packages that use IClass Package Description org.jibx.binding.classes org.jibx.binding.model org.jibx.util -
-
Uses of IClass in org.jibx.binding.classes
Methods in org.jibx.binding.classes that return IClass Modifier and Type Method Description IClassClassCache.ClassCacheLocator. getClassInfo(String name)IClassClassCache.ClassCacheLocator. getRequiredClassInfo(String name) -
Uses of IClass in org.jibx.binding.model
Classes in org.jibx.binding.model that implement IClass Modifier and Type Class Description classClassWrapperWrapper for class information.Methods in org.jibx.binding.model that return IClass Modifier and Type Method Description IClassCollectionElement. getChildObjectType()IClassContainerElementBase. getChildObjectType()Get class passed to child components.IClassTreeContext. getClassInfo(String name)Get class information.IClassValidationContext. getClassInfo(String name)Get class information.protected IClassClassItemWrapper. getContainingClass()Get containing class information.IClassContainerElementBase. getCreateClass()Get new instance creation class information.IClassObjectAttributes. getCreateClass()Get new instance creation class information.IClassPropertyAttributes. getGetType()Get type for value loaded to stack.IClassStructureElementBase. getGetType()Get type for value loaded to stack.IClassValueElement. getGetType()Get type for value loaded to stack.IClassTemplateElementBase. getHandledClass()Get handled class information.IClassCollectionElement. getItemTypeClass()Get item type information.IClassContainerElementBase. getMarshaller()Get marshaller class information.IClassObjectAttributes. getMarshaller()Get marshaller class information.abstract IClassContainerElementBase. getObjectType()Get class linked to binding element.IClassStructureElementBase. getObjectType()IClassTemplateElementBase. getObjectType()IClassClassItemWrapper. getOwningClass()IClassTreeContext. getRequiredClassInfo(String name)Get required class information.IClassPropertyAttributes. getSetType()Get type for value stored from stack.IClassStructureElementBase. getSetType()Get type for value stored from stack.IClassValueElement. getSetType()Get type for value stored from stack.IClassClassWrapper. getSuperClass()IClassFormatElement. getType()Get value type.IClassIComponent. getType()Get value type information.IClassPropertyAttributes. getType()Get type information.IClassStringAttributes. getType()Get value type.IClassStructureElement. getType()IClassStructureElementBase. getType()IClassTemplateElementBase. getType()IClassValueElement. getType()IClassContainerElementBase. getUnmarshaller()Get unmarshaller class information.IClassObjectAttributes. getUnmarshaller()Get unmarshaller class information.Methods in org.jibx.binding.model with parameters of type IClass Modifier and Type Method Description voidBindingElement. addIdClass(IClass clas)Add a class defined with a ID value.voidClassHierarchyContext. addTypedComponent(IClass clas, ElementBase comp, ValidationContext vctx)Add typed component to set defined at this level.protected voidContainerElementBase. checkCompatibleChildren(ValidationContext vctx, IClass type, ArrayList children)Check that child components are of types compatible with the container object type.FormatElementDefinitionContext. getBestFormat(IClass clas)Get best format definition for class.ElementBaseClassHierarchyContext. getMostSpecificComponent(IClass clas)Get best binding component for class.booleanClassWrapper. isAssignable(IClass other)booleanDefinitionContext. isCompatibleTemplateType(IClass clas)Checks if a class is compatible with one or more templates.booleanClassHierarchyContext. isCompatibleType(IClass clas)Checks if a class is compatible with one or more components.voidStringAttributes. setType(IClass type)Set value type.protected voidContainerElementBase. verifyConstruction(ValidationContext vctx, IClass type)Check that there's a way to construct an instance of an object class for input bindings.Constructors in org.jibx.binding.model with parameters of type IClass Constructor Description ClassItemWrapper(IClass clas, ClassItem item)Constructor. -
Uses of IClass in org.jibx.util
Methods in org.jibx.util that return IClass Modifier and Type Method Description IClassDummyClassLocator. getClassInfo(String name)Get class information.IClassIClassLocator. getClassInfo(String name)Get class information.IClassIClassItem. getOwningClass()Get owning class information.IClassDummyClassLocator. getRequiredClassInfo(String name)Get required class information.IClassIClassLocator. getRequiredClassInfo(String name)Get required class information.IClassIClass. getSuperClass()Get superclass.Methods in org.jibx.util with parameters of type IClass Modifier and Type Method Description booleanIClass. isAssignable(IClass other)Check if a value of this type can be directly assigned to another type.
-