Uses of Annotation Interface
de.cuioss.test.valueobjects.api.property.PropertyConfig
Packages that use PropertyConfig
-
Uses of PropertyConfig in de.cuioss.test.valueobjects.util
Methods in de.cuioss.test.valueobjects.util that return types with arguments of type PropertyConfigModifier and TypeMethodDescriptionstatic final Set<PropertyConfig>
PropertyHelper.extractConfiguredPropertyConfigs
(Class<?> annotated) Checks the given type for the annotationPropertyConfig
andPropertyConfigs
and puts all found in the returned listMethod parameters in de.cuioss.test.valueobjects.util with type arguments of type PropertyConfigModifier and TypeMethodDescriptionstatic final Set<PropertyMetadata>
PropertyHelper.handlePropertyConfigAnnotations
(Collection<PropertyConfig> config) Checks the given type for the annotationPropertyConfig
andPropertyConfigs
and puts all found in the immutable set to be returnedstatic <T> List<PropertyMetadata>
ReflectionHelper.handlePropertyMetadata
(PropertyReflectionConfig propertyReflectionConfig, List<PropertyConfig> propertyConfig, Class<T> targetClass) One stop method for the deriving of configured metadata