Uses of Class
org.apache.xbean.spring.generator.Type
Packages that use Type
-
Uses of Type in org.apache.xbean.spring.generator
Methods in org.apache.xbean.spring.generator that return TypeModifier and TypeMethodDescriptionType.getNestedType()
AttributeMapping.getType()
ParameterMapping.getType()
static Type
Type.newArrayType
(String type, int dimensions) static Type
Type.newCollectionType
(String collectionType, Type elementType) static Type
Type.newSimpleType
(String name) Methods in org.apache.xbean.spring.generator with parameters of type TypeModifier and TypeMethodDescriptionstatic List
Utils.findImplementationsOf
(NamespaceMapping namespaceMapping, Type type) static String
Utils.getXsdType
(Type type) boolean
NamespaceMapping.isSimpleType
(Type type) static boolean
Utils.isSimpleType
(Type type) static Type
Type.newCollectionType
(String collectionType, Type elementType) Constructors in org.apache.xbean.spring.generator with parameters of type TypeModifierConstructorDescriptionAttributeMapping
(String attributeName, String propertyName, String description, Type type, String value, boolean fixed, boolean required, String propertyEditor) ParameterMapping
(String name, Type type)