Package | Description |
---|---|
org.apache.xbean.spring.generator |
Modifier and Type | Method and Description |
---|---|
Type |
Type.getNestedType() |
Type |
AttributeMapping.getType() |
Type |
ParameterMapping.getType() |
static Type |
Type.newArrayType(String type,
int dimensions) |
static Type |
Type.newCollectionType(String collectionType,
Type elementType) |
static Type |
Type.newSimpleType(String name) |
Modifier and Type | Method and Description |
---|---|
static 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) |
Constructor and Description |
---|
AttributeMapping(String attributeName,
String propertyName,
String description,
Type type,
String value,
boolean fixed,
boolean required,
String propertyEditor) |
ParameterMapping(String name,
Type type) |
Copyright © 2005–2018. All rights reserved.