All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AssertGetter |
This is the testing API of the Property Path library.
|
| AssertGetterAndApplyBuilder<I,O,T,E extends java.lang.Exception> |
|
| AssertGetterBuilder<I,O,E extends java.lang.Exception> |
|
| AssertGetterBuilderImpl<I,O,T,E extends java.lang.Exception> |
|
| ExceptionInPropertyPath |
|
| Get<I,O,E extends java.lang.Exception> |
This class represents a getter that can be evaluated on a real object instance of a matching type.
|
| GetAndApply<I,O,T,E extends java.lang.Exception> |
A get access object that applies a mapping function if the getter has a non-null return value.
|
| GetAndApplyImpl<I,O,T,E extends java.lang.Exception> |
|
| GetBuilder<I> |
This is the builder stage for specifying a property path.
|
| GetBuilderImpl<I> |
|
| GetImpl<I,O,E extends java.lang.Exception> |
|
| Getter |
This is the Property Path API that can be used to build null-safe getters evaluating a specific property
path.
|
| GetWithoutException<I,O> |
This is a Get interface but without exception support.
|
| GetWithoutExceptionImpl<I,O> |
|
| InvocationSensor<T> |
|
| InvocationSensor.Invocation |
|
| MapTo |
This util class is a collection of handy mapping functions that can be used in conjunction with
ApplyBuilder#apply(java.util.function.Function).
|
| NotAValidPropertyPathException |
|
| PropertyPath<O,I,E extends java.lang.Exception> |
This functional interface defines a property path.
|
| PropertyPathException |
Thrown if the mapping configuration has errors or if an actual mapping fails.
|
| ReflectionException |
|
| ZeroInteractionException |
|