| Package | Description |
|---|---|
| de.saxsys.mvvmfx.utils.mapping |
| Class and Description |
|---|
| BooleanGetter
A functional interface to define a getter method of type
Boolean. |
| BooleanImmutableSetter
A functional interface to define an immutable "setter" method of type
Boolean. |
| BooleanPropertyAccessor
A functional interface to define an accessor method for a property of type
Boolean. |
| BooleanSetter
A functional interface to define a setter method of type
Boolean. |
| DoubleGetter
A functional interface to define a getter method of type
Double. |
| DoubleImmutableSetter
A functional interface to define an immutable "setter" method of type
Double. |
| DoublePropertyAccessor
A functional interface to define an accessor method for a property of type
Double. |
| DoubleSetter
A functional interface to define a setter method of type
Double. |
| FloatGetter
A functional interface to define a getter method of type
Float. |
| FloatImmutableSetter
A functional interface to define an immutable "setter" method of type
Float. |
| FloatPropertyAccessor
A functional interface to define an accessor method for a property of type
Float. |
| FloatSetter
A functional interface to define a setter method of type
Float. |
| IntGetter
A functional interface to define a getter method of type
Integer. |
| IntImmutableSetter
A functional interface to define an immutable "setter" method of type
Integer. |
| IntPropertyAccessor
A functional interface to define an accessor method for a property of type
Integer. |
| IntSetter
A functional interface to define a setter method of type
Integer. |
| ListGetter
A functional interface to define a getter method of a list type.
|
| ListImmutableSetter
A functional interface to define an immutable "setter" method of type
List. |
| ListPropertyAccessor
A functional interface to define an accessor method for a property of a list type.
|
| ListSetter
A functional interface to define a setter method of a list type.
|
| LongGetter
A functional interface to define a getter method of type
Long. |
| LongImmutableSetter
A functional interface to define an immutable "setter" method of type
Long. |
| LongPropertyAccessor
A functional interface to define an accessor method for a property of type
Long. |
| LongSetter
A functional interface to define a setter method of type
Long. |
| MapGetter
A functional interface to define a getter method of a map type.
|
| MapImmutableSetter
A functional interface to define an immutable "setter" method of type
Map. |
| MapPropertyAccessor
A functional interface to define an accessor method for a property of a map type.
|
| MapSetter
A functional interface to define a getter method of a map type.
|
| ObjectGetter
A functional interface to define a getter method of a generic type.
|
| ObjectImmutableSetter
A functional interface to define an immutable "setter" method of a generic type.
|
| ObjectPropertyAccessor
A functional interface to define an accessor method for a property of a generic type.
|
| ObjectSetter
A functional interface to define a setter method of a generic type.
|
| SetGetter
A functional interface to define a getter method of a set type.
|
| SetImmutableSetter
A functional interface to define an immutable "setter" method of type
Set. |
| SetPropertyAccessor
A functional interface to define an accessor method for a property of a set type.
|
| SetSetter
A functional interface to define a setter method of a set type.
|
| StringGetter
A functional interface to define a getter method of type
String. |
| StringImmutableSetter
A functional interface to define an immutable "setter" method of type
String. |
| StringPropertyAccessor
A functional interface to define an accessor method for a property of type
String. |
| StringSetter
A functional interface to define a setter method of type
String. |
Copyright © 2019 Saxonia Systems AG. All rights reserved.