Uses of Enum Class
org.tquadrat.foundation.config.ap.CollectionKind
Packages that use CollectionKind
Package
Description
This is the Annotation Processor for the module
org.tquadrat.foundation.config
.The internal implementations.
The implementations for
SpecialPropertySpec
.-
Uses of CollectionKind in org.tquadrat.foundation.config.ap
Methods in org.tquadrat.foundation.config.ap that return CollectionKindModifier and TypeMethodDescriptionprivate final CollectionKind
ConfigAnnotationProcessor.determineCollectionKind
(TypeMirror type) Determines whether the giventype
is a collection of some type and returns the respective kind.PropertySpec.getCollectionKind()
Returns the kind of collection for this property.static CollectionKind
Returns the enum constant of this class with the specified name.static CollectionKind[]
CollectionKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.config.ap with parameters of type CollectionKindModifier and TypeMethodDescriptionprivate final TypeName
ConfigAnnotationProcessor.retrieveAccessorClass
(TypeName accessorType, TypeMirror propertyType, CollectionKind collectionKind) Retrieves the class for the preference accessor. -
Uses of CollectionKind in org.tquadrat.foundation.config.ap.impl
Fields in org.tquadrat.foundation.config.ap.impl declared as CollectionKindModifier and TypeFieldDescriptionprivate CollectionKind
PropertySpecImpl.m_CollectionKind
The kind of collection for this property.Methods in org.tquadrat.foundation.config.ap.impl that return CollectionKindModifier and TypeMethodDescriptionfinal CollectionKind
PropertySpecImpl.getCollectionKind()
Returns the kind of collection for this property.Methods in org.tquadrat.foundation.config.ap.impl with parameters of type CollectionKindModifier and TypeMethodDescriptionfinal void
PropertySpecImpl.setCollectionKind
(CollectionKind collectionKind) Sets the kind of collection for this property. -
Uses of CollectionKind in org.tquadrat.foundation.config.ap.impl.specialprops
Methods in org.tquadrat.foundation.config.ap.impl.specialprops that return CollectionKindModifier and TypeMethodDescriptionSpecialPropertySpecBase.getCollectionKind()
Returns the kind of collection for this property.