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 TypeType.newArrayType(String type, int dimensions) static TypeType.newCollectionType(String collectionType, Type elementType) static TypeType.newSimpleType(String name) Methods in org.apache.xbean.spring.generator with parameters of type TypeModifier and TypeMethodDescriptionstatic ListUtils.findImplementationsOf(NamespaceMapping namespaceMapping, Type type) static StringUtils.getXsdType(Type type) booleanNamespaceMapping.isSimpleType(Type type) static booleanUtils.isSimpleType(Type type) static TypeType.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)