Uses of Enum Class
io.atlasmap.v2.CollectionType
Packages that use CollectionType
Package
Description
-
Uses of CollectionType in io.atlasmap.core
Methods in io.atlasmap.core that return CollectionType -
Uses of CollectionType in io.atlasmap.java.core
Methods in io.atlasmap.java.core with parameters of type CollectionTypeModifier and TypeMethodDescriptionClass<?>
JavaFieldWriterUtil.getDefaultCollectionImplClass
(CollectionType type) -
Uses of CollectionType in io.atlasmap.java.core.accessor
Methods in io.atlasmap.java.core.accessor that return CollectionType -
Uses of CollectionType in io.atlasmap.java.inspect
Methods in io.atlasmap.java.inspect with parameters of type CollectionTypeModifier and TypeMethodDescriptionClassInspectionService.inspectClass
(Class<?> clazz, CollectionType collectionType, String collectionClassName) ClassInspectionService.inspectClass
(ClassLoader classLoader, Class<?> clazz, CollectionType collectionType, String collectionClassName) ClassInspectionService.inspectClass
(ClassLoader classLoader, String className, CollectionType collectionType, String collectionClassName) ClassInspectionService.inspectClass
(String className, CollectionType collectionType, String collectionClassName) ClassInspectionService.inspectClass
(String className, CollectionType collectionType, String collectionClassName, String classpath) -
Uses of CollectionType in io.atlasmap.java.v2
Fields in io.atlasmap.java.v2 declared as CollectionTypeMethods in io.atlasmap.java.v2 that return CollectionTypeModifier and TypeMethodDescriptionClassInspectionRequest.getCollectionType()
Gets the value of the collectionType property.Methods in io.atlasmap.java.v2 with parameters of type CollectionTypeModifier and TypeMethodDescriptionvoid
ClassInspectionRequest.setCollectionType
(CollectionType value) Sets the value of the collectionType property. -
Uses of CollectionType in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as CollectionTypeModifier and TypeFieldDescriptionprotected CollectionType
Collection.collectionType
Deprecated.protected CollectionType
Field.collectionType
Methods in io.atlasmap.v2 that return CollectionTypeModifier and TypeMethodDescriptionstatic CollectionType
Collection.getCollectionType()
Deprecated.Gets the value of the collectionType property.Field.getCollectionType()
Gets the value of the collectionType property.static CollectionType
Returns the enum constant of this class with the specified name.static CollectionType[]
CollectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atlasmap.v2 with parameters of type CollectionTypeModifier and TypeMethodDescriptionvoid
Collection.setCollectionType
(CollectionType value) Deprecated.Sets the value of the collectionType property.void
Field.setCollectionType
(CollectionType value) Sets the value of the collectionType property.