See: Description
| Interface | Description |
|---|---|
| BooleanGetter<M> |
A functional interface to define a getter method of type
Boolean. |
| BooleanImmutableSetter<M> |
A functional interface to define an immutable "setter" method of type
Boolean. |
| BooleanPropertyAccessor<M> |
A functional interface to define an accessor method for a property of type
Boolean. |
| BooleanSetter<M> |
A functional interface to define a setter method of type
Boolean. |
| DoubleGetter<M> |
A functional interface to define a getter method of type
Double. |
| DoubleImmutableSetter<M> |
A functional interface to define an immutable "setter" method of type
Double. |
| DoublePropertyAccessor<M> |
A functional interface to define an accessor method for a property of type
Double. |
| DoubleSetter<M> |
A functional interface to define a setter method of type
Double. |
| FloatGetter<M> |
A functional interface to define a getter method of type
Float. |
| FloatImmutableSetter<M> |
A functional interface to define an immutable "setter" method of type
Float. |
| FloatPropertyAccessor<M> |
A functional interface to define an accessor method for a property of type
Float. |
| FloatSetter<M> |
A functional interface to define a setter method of type
Float. |
| IntGetter<M> |
A functional interface to define a getter method of type
Integer. |
| IntImmutableSetter<M> |
A functional interface to define an immutable "setter" method of type
Integer. |
| IntPropertyAccessor<M> |
A functional interface to define an accessor method for a property of type
Integer. |
| IntSetter<M> |
A functional interface to define a setter method of type
Integer. |
| ListGetter<M,E> |
A functional interface to define a getter method of a list type.
|
| ListImmutableSetter<M,E> |
A functional interface to define an immutable "setter" method of type
List. |
| ListPropertyAccessor<M,E> |
A functional interface to define an accessor method for a property of a list type.
|
| ListSetter<M,E> |
A functional interface to define a setter method of a list type.
|
| LongGetter<M> |
A functional interface to define a getter method of type
Long. |
| LongImmutableSetter<M> |
A functional interface to define an immutable "setter" method of type
Long. |
| LongPropertyAccessor<M> |
A functional interface to define an accessor method for a property of type
Long. |
| LongSetter<M> |
A functional interface to define a setter method of type
Long. |
| MapGetter<M,K,V> |
A functional interface to define a getter method of a map type.
|
| MapImmutableSetter<M,K,V> |
A functional interface to define an immutable "setter" method of type
Map. |
| MapPropertyAccessor<M,K,V> |
A functional interface to define an accessor method for a property of a map type.
|
| MapSetter<M,K,V> |
A functional interface to define a getter method of a map type.
|
| ObjectGetter<M,T> |
A functional interface to define a getter method of a generic type.
|
| ObjectImmutableSetter<M,T> |
A functional interface to define an immutable "setter" method of a generic type.
|
| ObjectPropertyAccessor<M,T> |
A functional interface to define an accessor method for a property of a generic type.
|
| ObjectSetter<M,T> |
A functional interface to define a setter method of a generic type.
|
| SetGetter<M,E> |
A functional interface to define a getter method of a set type.
|
| SetImmutableSetter<M,E> |
A functional interface to define an immutable "setter" method of type
Set. |
| SetPropertyAccessor<M,E> |
A functional interface to define an accessor method for a property of a set type.
|
| SetSetter<M,E> |
A functional interface to define a setter method of a set type.
|
| StringGetter<M> |
A functional interface to define a getter method of type
String. |
| StringImmutableSetter<M> |
A functional interface to define an immutable "setter" method of type
String. |
| StringPropertyAccessor<M> |
A functional interface to define an accessor method for a property of type
String. |
| StringSetter<M> |
A functional interface to define a setter method of type
String. |
ModelWrapper.
We need these explicit interfaces to support Java with the type deduction when using method references
of the getter/setter methods of the mapped model class.Copyright © 2019 Saxonia Systems AG. All rights reserved.