Uses of Enum Class
io.atlasmap.v2.CollectionType
Package
Description
-
Uses of CollectionType in io.atlasmap.core
-
Uses of CollectionType in io.atlasmap.java.core
Modifier and TypeMethodDescriptionClass<?>
JavaFieldWriterUtil.getDefaultCollectionImplClass
(CollectionType type) -
Uses of CollectionType in io.atlasmap.java.core.accessor
-
Uses of CollectionType in io.atlasmap.java.inspect
Modifier 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
Modifier and TypeMethodDescriptionClassInspectionRequest.getCollectionType()
Gets the value of the collectionType property.Modifier and TypeMethodDescriptionvoid
ClassInspectionRequest.setCollectionType
(CollectionType value) Sets the value of the collectionType property. -
Uses of CollectionType in io.atlasmap.v2
Modifier and TypeFieldDescriptionprotected CollectionType
Collection.collectionType
Deprecated.protected CollectionType
Field.collectionType
Modifier 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.Modifier 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.