Index
All Classes and Interfaces|All Packages
A
- AbstractBeanAssert<SELF extends AbstractBeanAssert<SELF,
ACTUAL>, ACTUAL> - Class in com.github.jinahya.assertj.validation -
An abstract assertion class for verifying bean objects.
- AbstractBeanAssert(ACTUAL, Class<SELF>) - Constructor for class com.github.jinahya.assertj.validation.AbstractBeanAssert
-
Creates a new instance with specified actual value and self type.
- AbstractPropertyAssert<SELF extends AbstractPropertyAssert<SELF,
ACTUAL>, ACTUAL> - Class in com.github.jinahya.assertj.validation -
An abstract assertion class for validating a property value against constraints defined on a bean property.
- AbstractPropertyAssert(ACTUAL, Class<SELF>) - Constructor for class com.github.jinahya.assertj.validation.AbstractPropertyAssert
-
Creates a new instance with specified actual value and self type.
- assertThatBean(ACTUAL) - Static method in class com.github.jinahya.assertj.validation.ValidationAssertions
-
Creates a new assertion object for verifying specified bean object.
- assertThatBean(Class<SELF>, ACTUAL) - Static method in class com.github.jinahya.assertj.validation.ValidationAssertions
-
Creates a new assertion object for verifying specified bean object.
- assertThatBean(Class<SELF>, Class<ACTUAL>, ACTUAL) - Static method in class com.github.jinahya.assertj.validation.ValidationAssertions
-
Creates a new assertion object for verifying specified bean object.
- assertThatProperty(ACTUAL) - Static method in class com.github.jinahya.assertj.validation.ValidationAssertions
-
Creates a new assertion object for verifying specified value against a property of specific bean type.
- assertThatProperty(Class<SELF>, ACTUAL) - Static method in class com.github.jinahya.assertj.validation.ValidationAssertions
-
Creates a new assertion object for verifying specified value against a property of specific bean type.
- assertThatProperty(Class<SELF>, Class<ACTUAL>, ACTUAL) - Static method in class com.github.jinahya.assertj.validation.ValidationAssertions
-
Creates a new assertion object for verifying specified value against a property of specific bean type.
- assertThatVirtualBean(Object) - Static method in class com.github.jinahya.assertj.validation.ValidationAssertions
-
Creates a new assertion object for verifying specified bean object.
- assertThatVirtualProperty(Object) - Static method in class com.github.jinahya.assertj.validation.ValidationAssertions
-
Creates a new assertion object for verifying specified value against a property of specific bean type.
B
- BeanAssert<SELF extends BeanAssert<SELF,
ACTUAL>, ACTUAL> - Interface in com.github.jinahya.assertj.validation -
An interface for verifying beans.
C
- com.github.jinahya.assertj.validation - package com.github.jinahya.assertj.validation
G
- getValidator() - Method in class com.github.jinahya.assertj.validation.AbstractPropertyAssert
H
- hasValidProperty(String) - Method in interface com.github.jinahya.assertj.validation.BeanAssert
-
Verifies that all constraints placed on the property of specified name, of
actual
value, are validated. - hasValidProperty(String, Consumer<? super ConstraintViolation<ACTUAL>>) - Method in class com.github.jinahya.assertj.validation.AbstractBeanAssert
- hasValidProperty(String, Consumer<? super ConstraintViolation<ACTUAL>>) - Method in interface com.github.jinahya.assertj.validation.BeanAssert
-
Verifies that all constraints placed on the property of specified name, of
actual
, are validated while accepting constraint violation, if any populated, to specified consumer.
I
- isValid() - Method in interface com.github.jinahya.assertj.validation.BeanAssert
-
Verifies that the
actual
value is valid. - isValid(Consumer<? super ConstraintViolation<ACTUAL>>) - Method in class com.github.jinahya.assertj.validation.AbstractBeanAssert
- isValid(Consumer<? super ConstraintViolation<ACTUAL>>) - Method in interface com.github.jinahya.assertj.validation.BeanAssert
-
Verifies that the
actual
value is valid while accepting constraint violations, if any populated, to specified consumer. - isValidFor(Class<T>, String) - Method in interface com.github.jinahya.assertj.validation.PropertyAssert
-
Verifies that the
actual
value is valid for the property of specified name of specified bean type. - isValidFor(Class<T>, String, Consumer<? super ConstraintViolation<T>>) - Method in class com.github.jinahya.assertj.validation.AbstractPropertyAssert
- isValidFor(Class<T>, String, Consumer<? super ConstraintViolation<T>>) - Method in interface com.github.jinahya.assertj.validation.PropertyAssert
-
Verifies that the
actual
value is valid for the property of specified name of specified bean type while accepting constraint violations, if any populated, to specified consumer.
P
- PropertyAssert<SELF extends PropertyAssert<SELF,
ACTUAL>, ACTUAL> - Interface in com.github.jinahya.assertj.validation -
An interface for verifying values against properties of bean types.
V
- ValidationAssertions - Class in com.github.jinahya.assertj.validation
-
A class for creating assertion instances.
All Classes and Interfaces|All Packages