Apache CXF API

Uses of Class
org.apache.cxf.aegis.type.TypeClassInfo

Packages that use TypeClassInfo
org.apache.cxf.aegis.type   
org.apache.cxf.aegis.type.java5   
 

Uses of TypeClassInfo in org.apache.cxf.aegis.type
 

Methods in org.apache.cxf.aegis.type that return TypeClassInfo
 TypeClassInfo AbstractTypeCreator.createBasicClassInfo(Class typeClass)
           
 TypeClassInfo TypeCreator.createBasicClassInfo(Class<?> itemClass)
          Retrieve the class info for a class.
 TypeClassInfo AbstractTypeCreator.createClassInfo(Field f)
           
 TypeClassInfo TypeCreator.createClassInfo(Method m, int index)
          Retrieve the classInfo for a method.
 TypeClassInfo XMLTypeCreator.createClassInfo(Method m, int index)
           
abstract  TypeClassInfo AbstractTypeCreator.createClassInfo(Method m, int index)
           
 TypeClassInfo DefaultTypeCreator.createClassInfo(Method m, int index)
           
 TypeClassInfo XMLTypeCreator.createClassInfo(PropertyDescriptor pd)
           
abstract  TypeClassInfo AbstractTypeCreator.createClassInfo(PropertyDescriptor pd)
           
 TypeClassInfo DefaultTypeCreator.createClassInfo(PropertyDescriptor pd)
           
 

Methods in org.apache.cxf.aegis.type with parameters of type TypeClassInfo
protected  Type AbstractTypeCreator.createArrayType(TypeClassInfo info)
           
protected  QName AbstractTypeCreator.createCollectionQName(TypeClassInfo info, Type type)
           
 Type XMLTypeCreator.createCollectionType(TypeClassInfo info)
           
abstract  Type AbstractTypeCreator.createCollectionType(TypeClassInfo info)
           
 Type DefaultTypeCreator.createCollectionType(TypeClassInfo info)
           
protected  Type AbstractTypeCreator.createCollectionTypeFromGeneric(TypeClassInfo info)
           
 Type XMLTypeCreator.createDefaultType(TypeClassInfo info)
           
abstract  Type AbstractTypeCreator.createDefaultType(TypeClassInfo info)
           
 Type DefaultTypeCreator.createDefaultType(TypeClassInfo info)
           
 Type XMLTypeCreator.createEnumType(TypeClassInfo info)
           
 Type AbstractTypeCreator.createEnumType(TypeClassInfo info)
           
protected  Type AbstractTypeCreator.createHolderType(TypeClassInfo info)
           
protected  QName AbstractTypeCreator.createMapQName(TypeClassInfo info, Type keyType, Type valueType)
           
protected  Type AbstractTypeCreator.createMapType(TypeClassInfo info)
           
protected  Type AbstractTypeCreator.createMapType(TypeClassInfo info, Type keyType, Type valueType)
           
 Type TypeCreator.createTypeForClass(TypeClassInfo info)
          Turn a TypeClassInfo into a type.
 Type AbstractTypeCreator.createTypeForClass(TypeClassInfo info)
           
protected  Type AbstractTypeCreator.createUserType(TypeClassInfo info)
           
protected  Type XMLTypeCreator.getOrCreateGenericType(TypeClassInfo info)
           
protected  Type AbstractTypeCreator.getOrCreateGenericType(TypeClassInfo info)
           
protected  Type XMLTypeCreator.getOrCreateMapKeyType(TypeClassInfo info)
           
protected  Type AbstractTypeCreator.getOrCreateMapKeyType(TypeClassInfo info)
           
protected  Type DefaultTypeCreator.getOrCreateMapKeyType(TypeClassInfo info)
           
protected  Type XMLTypeCreator.getOrCreateMapValueType(TypeClassInfo info)
           
protected  Type AbstractTypeCreator.getOrCreateMapValueType(TypeClassInfo info)
           
protected  Type DefaultTypeCreator.getOrCreateMapValueType(TypeClassInfo info)
           
protected  void XMLTypeCreator.readMetadata(TypeClassInfo info, Element mapping, Element parameter)
           
protected  void XMLTypeCreator.setComponentType(TypeClassInfo info, Element mapping, Element parameter)
           
protected  void XMLTypeCreator.setKeyType(TypeClassInfo info, Element mapping, Element parameter)
           
protected  void XMLTypeCreator.setType(TypeClassInfo info, Element parameter)
           
 

Uses of TypeClassInfo in org.apache.cxf.aegis.type.java5
 

Methods in org.apache.cxf.aegis.type.java5 that return TypeClassInfo
 TypeClassInfo Java5TypeCreator.createClassInfo(Method m, int index)
           
 TypeClassInfo Java5TypeCreator.createClassInfo(PropertyDescriptor pd)
           
 

Methods in org.apache.cxf.aegis.type.java5 with parameters of type TypeClassInfo
 Type Java5TypeCreator.createCollectionType(TypeClassInfo info)
           
 Type Java5TypeCreator.createDefaultType(TypeClassInfo info)
           
 Type Java5TypeCreator.createEnumType(TypeClassInfo info)
           
protected  Type Java5TypeCreator.getOrCreateGenericType(TypeClassInfo info)
           
protected  Type Java5TypeCreator.getOrCreateMapKeyType(TypeClassInfo info)
           
protected  Type Java5TypeCreator.getOrCreateMapValueType(TypeClassInfo info)
           
 


Apache CXF API

Apache CXF