Uses of Interface
com.github.jinahya.assertj.validation.PropertyAssert
-
Uses of PropertyAssert in com.github.jinahya.assertj.validation
Classes in com.github.jinahya.assertj.validation with type parameters of type PropertyAssertModifier and TypeInterfaceDescriptioninterface
PropertyAssert<SELF extends PropertyAssert<SELF,
ACTUAL>, ACTUAL> An interface for verifying values against properties of bean types.Subinterfaces of PropertyAssert in com.github.jinahya.assertj.validationModifier and TypeInterfaceDescriptioninterface
BeanAssert<SELF extends BeanAssert<SELF,
ACTUAL>, ACTUAL> An interface for verifying beans.Classes in com.github.jinahya.assertj.validation that implement PropertyAssertModifier and TypeClassDescriptionclass
AbstractBeanAssert<SELF extends AbstractBeanAssert<SELF,
ACTUAL>, ACTUAL> An abstract assertion class for verifying bean objects.class
AbstractPropertyAssert<SELF extends AbstractPropertyAssert<SELF,
ACTUAL>, ACTUAL> An abstract assertion class for validating a property value against constraints defined on a bean property.Methods in com.github.jinahya.assertj.validation with type parameters of type PropertyAssertModifier and TypeMethodDescriptionstatic <SELF extends PropertyAssert<SELF,
ACTUAL>, ACTUAL>
SELFValidationAssertions.assertThatProperty
(Class<SELF> selfClass, ACTUAL actual) Creates a new assertion object for verifying specified value against a property of specific bean type.static <SELF extends PropertyAssert<SELF,
ACTUAL>, ACTUAL>
SELFValidationAssertions.assertThatProperty
(Class<SELF> selfClass, Class<ACTUAL> actualClass, ACTUAL actual) Creates a new assertion object for verifying specified value against a property of specific bean type.static <SELF extends PropertyAssert<SELF,
ACTUAL>, ACTUAL>
SELFValidationAssertions.assertThatVirtualProperty
(Object actual) Creates a new assertion object for verifying specified value against a property of specific bean type.Methods in com.github.jinahya.assertj.validation that return PropertyAssertModifier and TypeMethodDescriptionstatic <ACTUAL> PropertyAssert<?,
ACTUAL> ValidationAssertions.assertThatProperty
(ACTUAL actual) Creates a new assertion object for verifying specified value against a property of specific bean type.