Uses of Class
org.apache.xbean.spring.generator.Type
-
Packages that use Type Package Description org.apache.xbean.spring.generator -
-
Uses of Type in org.apache.xbean.spring.generator
Methods in org.apache.xbean.spring.generator that return Type Modifier and Type Method Description TypeType. getNestedType()TypeAttributeMapping. getType()TypeParameterMapping. getType()static TypeType. newArrayType(java.lang.String type, int dimensions)static TypeType. newCollectionType(java.lang.String collectionType, Type elementType)static TypeType. newSimpleType(java.lang.String name)Methods in org.apache.xbean.spring.generator with parameters of type Type Modifier and Type Method Description static java.util.ListUtils. findImplementationsOf(NamespaceMapping namespaceMapping, Type type)static java.lang.StringUtils. getXsdType(Type type)booleanNamespaceMapping. isSimpleType(Type type)static booleanUtils. isSimpleType(Type type)static TypeType. newCollectionType(java.lang.String collectionType, Type elementType)Constructors in org.apache.xbean.spring.generator with parameters of type Type Constructor Description AttributeMapping(java.lang.String attributeName, java.lang.String propertyName, java.lang.String description, Type type, java.lang.String value, boolean fixed, boolean required, java.lang.String propertyEditor)ParameterMapping(java.lang.String name, Type type)
-