See: Description
Interface | Description |
---|---|
BooleanGetter<M> |
A functional interface to define a getter 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 . |
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 . |
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 . |
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 . |
LongGetter<M> |
A functional interface to define a getter 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 . |
ObjectGetter<M,T> |
A functional interface to define a getter 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.
|
StringGetter<M> |
A functional interface to define a getter 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 © 2015 Saxonia Systems AG. All rights reserved.