Uses of Class
de.cuioss.test.valueobjects.contract.BuilderContractImpl
Packages that use BuilderContractImpl
Package
Description
Provides implementations for the contracts defined at
de.cuioss.test.valueobjects.api.contracts
and
ObjectTestContracts
-
Uses of BuilderContractImpl in de.cuioss.test.valueobjects.contract
Methods in de.cuioss.test.valueobjects.contract that return types with arguments of type BuilderContractImplModifier and TypeMethodDescriptionstatic final <T> Optional<BuilderContractImpl<T>>
BuilderContractImpl.createBuilderTestContract
(Class<T> beanType, Class<?> annotated, List<PropertyMetadata> initialPropertyMetadata) Factory method for creating an instance ofBuilderContractImpl
depending on the given parameter