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 CollectionKindConfigAnnotationProcessor.determineCollectionKind(TypeMirror type) Determines whether the giventypeis a collection of some type and returns the respective kind.PropertySpec.getCollectionKind()Returns the kind of collection for this property.static CollectionKindReturns 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 TypeNameConfigAnnotationProcessor.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 CollectionKindPropertySpecImpl.m_CollectionKindThe kind of collection for this property.Methods in org.tquadrat.foundation.config.ap.impl that return CollectionKindModifier and TypeMethodDescriptionfinal CollectionKindPropertySpecImpl.getCollectionKind()Returns the kind of collection for this property.Methods in org.tquadrat.foundation.config.ap.impl with parameters of type CollectionKindModifier and TypeMethodDescriptionfinal voidPropertySpecImpl.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.
