Uses of Annotation Interface
de.cuioss.test.valueobjects.api.contracts.VerifyFactoryMethod
Packages that use VerifyFactoryMethod
-
Uses of VerifyFactoryMethod in de.cuioss.test.valueobjects.util
Methods in de.cuioss.test.valueobjects.util that return types with arguments of type VerifyFactoryMethodModifier and TypeMethodDescriptionstatic Set<VerifyFactoryMethod>
AnnotationHelper.extractConfiguredFactoryContracts
(Class<?> annotated) Checks the given type for the annotationVerifyFactoryMethod
andVerifyFactoryMethods
and puts all found in the returned listMethods in de.cuioss.test.valueobjects.util with parameters of type VerifyFactoryMethodModifier and TypeMethodDescriptionstatic List<PropertyMetadata>
AnnotationHelper.factoryConfigToPropertyMetadata
(VerifyFactoryMethod config, Collection<PropertyMetadata> givenMetadata) Creates aList
ofPropertyMetadata
according to the given parameter