Index

A B C D E F G H I J L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values

H

handleBuilderPropertyConfigAnnotations(Class<?>, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.BuilderPropertyHelper
Checks the given type for the annotation PropertyBuilderConfig and PropertyBuilderConfigs and puts all found in the immutable List to be returned
handleGeneratorHints(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
Checks the given type for the annotation PropertyGeneratorHint and PropertyGeneratorHints and registers all found to the TypedGeneratorRegistry
handleGeneratorsForTestClass(Object, List<TypedGenerator<?>>) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
Convenience method for handling all Generator specific aspects like initially calling TypedGeneratorRegistry.registerBasicTypes() and calling of the individual registering methods like GeneratorAnnotationHelper.handleUnitClassImplementation(Object), GeneratorAnnotationHelper.handlePropertyGenerator(Class) and GeneratorAnnotationHelper.handleGeneratorHints(Class) in case there are additionalGenerator given they will be registered as well
handleGetObject(String) - Method in class de.cuioss.test.valueobjects.util.IdentityResourceBundle
 
handleMetadataForBuilderTest(Class<?>, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.AnnotationHelper
 
handleMetadataForMapperTest(VerifyMapperConfiguration, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.AnnotationHelper
 
handleMetadataForPropertyTest(Class<?>, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.AnnotationHelper
 
handleOptedInContracts(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.ObjectContractHelper
Checks the given type for the annotation VerifyObjectTestContract and creates a set with all corresponding ObjectTestContracts.
handlePostProcess(Class<?>, SortedSet<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.ReflectionHelper
Filters the given properties according to the annotated element given.
handlePostProcessConfig(PropertyReflectionConfig, SortedSet<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.ReflectionHelper
Filters the given properties according to the annotated element given.
handlePrimitiveAsDefaults(Collection<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
Sets all primitives of the given list to PropertyMetadata.isDefaultValue() being true in case PropertyMetadata.getCollectionType() being CollectionType.NO_ITERABLE .
handlePropertyConfigAnnotations(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
Checks the given type for the annotation PropertyConfig and PropertyConfigs and puts all found in the immutable set to be returned
handlePropertyConfigAnnotations(Collection<PropertyConfig>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
Checks the given type for the annotation PropertyConfig and PropertyConfigs and puts all found in the immutable set to be returned
handlePropertyGenerator(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
Checks the given type for the annotation PropertyGenerator and PropertyGenerators and registers all found to the TypedGeneratorRegistry
handlePropertyMetadata(PropertyReflectionConfig, List<PropertyConfig>, Class<T>) - Static method in class de.cuioss.test.valueobjects.util.ReflectionHelper
One stop method for the deriving of configured metadata
handlePropertyMetadata(Class<?>, Class<T>) - Static method in class de.cuioss.test.valueobjects.util.ReflectionHelper
One stop method for the deriving of configured metadata
handleUnitClassImplementation(Object) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
Checks whether the actual implementation of the test implements TypedGenerator.
handleVetoedContracts(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.ObjectContractHelper
Checks the given type for the annotation VetoObjectTestContract and VetoObjectTestContracts creates a set with all ObjectTestContracts.OBJECT_CONTRACTS but the vetoed contracts.
handleWhiteAndBlacklist(String[], String[], Collection<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
Handles the white- / black-list for the given parameter Collection
handleWhiteAndBlacklistAsList(String[], String[], List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
Handles the white- / black-list for the given parameter map.
A B C D E F G H I J L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values