Uses of Class
de.cuioss.test.valueobjects.property.PropertySupport
Packages that use PropertySupport
Package
Description
Provides structures for dynamically creating objects
-
Uses of PropertySupport in de.cuioss.test.valueobjects.objects
Methods in de.cuioss.test.valueobjects.objects that return types with arguments of type PropertySupportModifier and TypeMethodDescriptionRuntimeProperties.asMapView
(boolean generateTestValue) RuntimeProperties.getAdditionalAsPropertySupport
(boolean generateTestValue) RuntimeProperties.getAdditionalAsPropertySupport
(boolean generateTestValue, Collection<String> filter) RuntimeProperties.getAllAsPropertySupport
(boolean generateTestValue) RuntimeProperties.getAllAsPropertySupport
(boolean generateTestValue, Collection<String> filter) Creates a list ofPropertySupport
for eachPropertyMetadata
out of#getAllProperties()
but filtered according to the given names.RuntimeProperties.getDefaultAsPropertySupport
(boolean generateTestValue) RuntimeProperties.getDefaultAsPropertySupport
(boolean generateTestValue, Collection<String> filter) Creates a list ofPropertySupport
for eachPropertyMetadata
out of#getDefaultProperties()
but filtered according to the given names.RuntimeProperties.getRequiredAsPropertySupport
(boolean generateTestValue) RuntimeProperties.getRequiredAsPropertySupport
(boolean generateTestValue, Collection<String> filter) Creates a list ofPropertySupport
for eachPropertyMetadata
out of#getRequiredProperties()
but filtered according to the given names.RuntimeProperties.getWritableAsPropertySupport
(boolean generateTestValue) RuntimeProperties.getWritableAsPropertySupport
(boolean generateTestValue, Collection<String> filter) static List<PropertySupport>
RuntimeProperties.mapToPropertySupport
(Collection<PropertyMetadata> propertyMetadata, boolean generateTestValue) Method parameters in de.cuioss.test.valueobjects.objects with type arguments of type PropertySupportModifier and TypeMethodDescriptionParameterizedInstantiator.newInstance
(List<PropertySupport> properties, boolean generatePropertyValues) Creates a new Object according to the given parameter, represented asList
ofPropertySupport
-
Uses of PropertySupport in de.cuioss.test.valueobjects.objects.impl
Methods in de.cuioss.test.valueobjects.objects.impl that return types with arguments of type PropertySupportModifier and TypeMethodDescriptionprotected List<PropertySupport>
AbstractOrderedArgsInstantiator.resolveFixedArgumentList()
Method parameters in de.cuioss.test.valueobjects.objects.impl with type arguments of type PropertySupportModifier and TypeMethodDescriptionAbstractInlineInstantiator.newInstance
(List<PropertySupport> properties, boolean generatePropertyValues) AbstractOrderedArgsInstantiator.newInstance
(List<PropertySupport> properties, boolean generatePropertyValues) BeanInstantiator.newInstance
(List<PropertySupport> properties, boolean generatePropertyValues) BuilderParameterizedInstantiator.newInstance
(List<PropertySupport> properties, boolean generatePropertyValues) CallbackAwareInstantiator.newInstance
(List<PropertySupport> properties, boolean generatePropertyValues) InjectedBeanInstantiator.newInstance
(List<PropertySupport> properties, boolean generatePropertyValues) -
Uses of PropertySupport in de.cuioss.test.valueobjects.property
Methods in de.cuioss.test.valueobjects.property that return PropertySupportModifier and TypeMethodDescriptionPropertySupport.createCopy
(boolean withGeneratedValue) Creates a copy of this instancePropertySupport.createCopyWithNonEqualValue()
Creates a copy of this instance.