Uses of Class
org.apache.cxf.aegis.type.TypeCreationOptions
-
Packages that use TypeCreationOptions Package Description org.apache.cxf.aegis org.apache.cxf.aegis.databinding org.apache.cxf.aegis.type org.apache.cxf.aegis.type.java5 -
-
Uses of TypeCreationOptions in org.apache.cxf.aegis
Methods in org.apache.cxf.aegis that return TypeCreationOptions Modifier and Type Method Description TypeCreationOptionsAegisContext. getTypeCreationOptions()Return the type mapping configuration associated with this context.Methods in org.apache.cxf.aegis with parameters of type TypeCreationOptions Modifier and Type Method Description voidAegisContext. setTypeCreationOptions(TypeCreationOptions newConfiguration)Set the configuration object. -
Uses of TypeCreationOptions in org.apache.cxf.aegis.databinding
Methods in org.apache.cxf.aegis.databinding with parameters of type TypeCreationOptions Modifier and Type Method Description voidAegisDatabinding. setConfiguration(TypeCreationOptions configuration) -
Uses of TypeCreationOptions in org.apache.cxf.aegis.type
Methods in org.apache.cxf.aegis.type that return TypeCreationOptions Modifier and Type Method Description TypeCreationOptionsAbstractTypeCreator. getConfiguration()Methods in org.apache.cxf.aegis.type with parameters of type TypeCreationOptions Modifier and Type Method Description voidAbstractTypeCreator. setConfiguration(TypeCreationOptions tpConfiguration)Constructors in org.apache.cxf.aegis.type with parameters of type TypeCreationOptions Constructor Description DefaultTypeCreator(TypeCreationOptions configuration) -
Uses of TypeCreationOptions in org.apache.cxf.aegis.type.java5
Constructors in org.apache.cxf.aegis.type.java5 with parameters of type TypeCreationOptions Constructor Description AnnotatedTypeInfo(TypeMapping tm, Class<?> typeClass, String ns, AnnotationReader annotationReader, TypeCreationOptions typeCreationOptions)AnnotatedTypeInfo(TypeMapping tm, Class<?> typeClass, String ns, TypeCreationOptions typeCreationOptions)
-