Uses of Interface
org.jibx.util.IClassItem

Packages that use IClassItem
org.jibx.binding.model   
org.jibx.util   
 

Uses of IClassItem in org.jibx.binding.model
 

Classes in org.jibx.binding.model that implement IClassItem
 class ClassItemWrapper
          Wrapper for class field or method item information.
 

Methods in org.jibx.binding.model that return IClassItem
protected  IClassItem ClassWrapper.buildItem(ClassItem item)
          Build an item wrapper.
static IClassItem ClassUtils.findStaticMethod(String name, String[] sigs, ValidationContext vctx)
          Get static method by fully qualified name.
static IClassItem ClassUtils.findVirtualMethod(String name, String[] sigs, ValidationContext vctx)
          Get virtual method by fully qualified name.
 IClassItem CollectionElement.getAddMethodItem()
          Get add method information.
 IClassItem ClassWrapper.getBestMethod(String name, String type, String[] args)
           
 IClassItem StringAttributes.getDeserializer()
          Get deserializer method information.
 IClassItem ValueElement.getDeserializer()
          Get deserializer method information.
 IClassItem FormatElement.getDeserializer()
          Get deserializer method information.
 IClassItem ClassWrapper.getDirectField(String name)
           
 IClassItem StringAttributes.getEnumValue()
          Get enum value method information.
 IClassItem ValueElement.getEnumValue()
          Get enum value method information.
 IClassItem FormatElement.getEnumValue()
          Get enum value method information.
 IClassItem ContainerElementBase.getFactory()
          Get factory method information.
 IClassItem ObjectAttributes.getFactory()
          Get factory method information.
 IClassItem StructureElementBase.getField()
          Get field information.
 IClassItem ValueElement.getField()
          Get field information.
 IClassItem PropertyAttributes.getField()
          Get field information.
 IClassItem ClassWrapper.getField(String name)
           
 IClassItem[] ClassWrapper.getFields()
           
 IClassItem StructureElementBase.getFlag()
          Get flag method information.
 IClassItem PropertyAttributes.getFlag()
          Get flag method information.
 IClassItem StructureElementBase.getGet()
          Get get method information.
 IClassItem ValueElement.getGet()
          Get get method information.
 IClassItem PropertyAttributes.getGet()
          Get get method information.
 IClassItem ClassWrapper.getInitializerMethod(String sig)
           
 IClassItem CollectionElement.getIterMethodItem()
          Get iterator method information.
 IClassItem CollectionElement.getLoadMethodItem()
          Get load method information.
 IClassItem ClassWrapper.getMethod(String name, String sig)
           
 IClassItem ClassWrapper.getMethod(String name, String[] sigs)
           
 IClassItem[] ClassWrapper.getMethods()
           
 IClassItem ContainerElementBase.getPostset()
          Get post-set method information.
 IClassItem ObjectAttributes.getPostset()
          Get post-set method information.
 IClassItem ContainerElementBase.getPreget()
          Get pre-get method information.
 IClassItem ObjectAttributes.getPreget()
          Get pre-get method information.
 IClassItem ContainerElementBase.getPreset()
          Get pre-set method information.
 IClassItem ObjectAttributes.getPreset()
          Get pre-set method information.
 IClassItem StringAttributes.getSerializer()
          Get serializer method information.
 IClassItem ValueElement.getSerializer()
          Get serializer method information.
 IClassItem FormatElement.getSerializer()
          Get serializer method information.
 IClassItem StructureElementBase.getSet()
          Get set method information.
 IClassItem ValueElement.getSet()
          Get set method information.
 IClassItem PropertyAttributes.getSet()
          Get set method information.
 IClassItem CollectionElement.getSizeMethodItem()
          Get size method information.
 IClassItem ClassWrapper.getStaticMethod(String name, String sig)
           
 IClassItem CollectionElement.getStoreMethodItem()
          Get store method information.
 IClassItem StructureElementBase.getTest()
          Get test method information.
 IClassItem ValueElement.getTest()
          Get test method information.
 IClassItem PropertyAttributes.getTest()
          Get test method information.
 

Methods in org.jibx.binding.model with parameters of type IClassItem
 boolean ClassWrapper.isAccessible(IClassItem item)
           
 

Uses of IClassItem in org.jibx.util
 

Methods in org.jibx.util that return IClassItem
 IClassItem IClass.getBestMethod(String name, String type, String[] args)
          Get information for best matching method.
 IClassItem IClass.getDirectField(String name)
          Get information for field.
 IClassItem IClass.getField(String name)
          Get information for field.
 IClassItem[] IClass.getFields()
          Get all fields of class.
 IClassItem IClass.getInitializerMethod(String sig)
          Get information for initializer.
 IClassItem IClass.getMethod(String name, String sig)
          Get information for method without respect to potential trailing arguments or return value.
 IClassItem IClass.getMethod(String name, String[] sigs)
          Get information for method matching one of several possible signatures.
 IClassItem[] IClass.getMethods()
          Get all methods of class.
 IClassItem IClass.getStaticMethod(String name, String sig)
          Get information for static method without respect to return value.
 

Methods in org.jibx.util with parameters of type IClassItem
 boolean IClass.isAccessible(IClassItem item)
          Check accessible method.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.