|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidCollectionTypeException | |
org.enhydra.zeus | |
org.enhydra.zeus.binding | |
org.enhydra.zeus.transform | |
org.enhydra.zeus.util |
Uses of InvalidCollectionTypeException in org.enhydra.zeus |
Methods in org.enhydra.zeus that throw InvalidCollectionTypeException | |
void |
Binding.setJavaCollectionClass(java.lang.String javaCollectionClass)
This will set the Java collection class to use for this binding, if it is a collection. |
Uses of InvalidCollectionTypeException in org.enhydra.zeus.binding |
Methods in org.enhydra.zeus.binding that throw InvalidCollectionTypeException | |
void |
BaseBinding.setJavaCollectionClass(java.lang.String javaCollectionClass)
This will set the Java collection class to use for this binding, if it is a collection. |
Uses of InvalidCollectionTypeException in org.enhydra.zeus.transform |
Methods in org.enhydra.zeus.transform that throw InvalidCollectionTypeException | |
void |
TransformerOptions.setDefaultCollectionType(int defaultCollectionType)
This allows setting of the default collection type for transformations, through constants defined in this class. |
void |
TransformerOptions.setDefaultCollectionType(java.lang.String defaultCollectionTypeString)
This allows setting of the default collection type for transformations, through supplying a String class name, such as
java.util.List . |
Uses of InvalidCollectionTypeException in org.enhydra.zeus.util |
Methods in org.enhydra.zeus.util that throw InvalidCollectionTypeException | |
static int |
ClassUtils.getCollectionTypeAsInt(java.lang.String collectionTypeString)
This will convert a String representation of a supplied
collection type, and convert it to one of the int
constants specified in this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |