Skip navigation links
A B C D F M R T V 

A

add(String, Function<T, ? extends V>, BiConsumer<T, V>) - Static method in interface de.team33.patterns.properties.e1.BiMapping
Deprecated.
Creates a new BiMapping.Builder and adds a link between name and getter method, which represents a property of the associated type.
add(String, Function<T, ? extends V>, BiConsumer<T, V>) - Method in class de.team33.patterns.properties.e1.BiMapping.Builder
Deprecated.
Adds a link between name and getter method, which represents a property of the associated type.
add(String, Function<T, Object>) - Static method in interface de.team33.patterns.properties.e1.Mapping
Deprecated.
Creates a new Mapping.Builder and adds a link between name and getter method, which represents a property of the associated type.
add(String, Function<T, ?>) - Method in class de.team33.patterns.properties.e1.Mapping.Builder
Deprecated.
Adds a link between name and getter method, which represents a property of the associated type.
add(String, BiConsumer<T, V>) - Static method in interface de.team33.patterns.properties.e1.ReMapping
Deprecated.
Creates a new ReMapping.Builder and adds a link between name and setter method, which represents a property of the associated type.
add(String, BiConsumer<T, V>) - Method in class de.team33.patterns.properties.e1.ReMapping.Builder
Deprecated.
Adds a link between name and setter method, which represents a property of the associated type.

B

BiMapping<T> - Interface in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.
biMapping(Class<T>) - Static method in class de.team33.patterns.properties.e1.Methods
Deprecated.
Returns a BiMapping made up of the public getters and setters of a given class.
BiMapping.Builder<T> - Class in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.
build() - Method in class de.team33.patterns.properties.e1.BiMapping.Builder
Deprecated.
Builds and returns a new Mapping.
build() - Method in class de.team33.patterns.properties.e1.Mapping.Builder
Deprecated.
Builds and returns a new Mapping.
build() - Method in class de.team33.patterns.properties.e1.ReMapping.Builder
Deprecated.
Builds and returns a new ReMapping.
Builder() - Constructor for class de.team33.patterns.properties.e1.BiMapping.Builder
Deprecated.
 
Builder() - Constructor for class de.team33.patterns.properties.e1.Mapping.Builder
Deprecated.
 
Builder() - Constructor for class de.team33.patterns.properties.e1.ReMapping.Builder
Deprecated.
 

C

combine(Mapping<? super T>, ReMapping<T>) - Static method in interface de.team33.patterns.properties.e1.BiMapping
Deprecated.
Returns a new instance combining a Mapping and a ReMapping.
copy(T) - Method in interface de.team33.patterns.properties.e1.BiMapping
Deprecated.
Results in a TargetOperation for a given origin instance of the associated type, which can copy its properties into another instance of that type.

D

de.team33.patterns.properties.e1 - package de.team33.patterns.properties.e1
 

F

Fields - Class in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.
Fields.Mode - Enum in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.

M

map(T) - Method in interface de.team33.patterns.properties.e1.Mapping
Deprecated.
Results in a TargetOperation for a given origin instance of the associated type, which can map its properties into a Map.
mapping(Class<T>, Fields.Mode) - Static method in class de.team33.patterns.properties.e1.Fields
Deprecated.
Results in a BiMapping based on the Fields of a given Class.
Mapping<T> - Interface in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.
mapping(Class<T>) - Static method in class de.team33.patterns.properties.e1.Methods
Deprecated.
Returns a Mapping made up of the public getters of a given class.
Mapping.Builder<T> - Class in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.
Methods - Class in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.

R

remap(Map<?, ?>) - Method in interface de.team33.patterns.properties.e1.ReMapping
Deprecated.
Results in a TargetOperation for a given origin Map, which can map its entries as properties into an instance of the associated type.
ReMapping<T> - Interface in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.
ReMapping.Builder<T> - Class in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.

T

TargetOperation<T> - Interface in de.team33.patterns.properties.e1
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this package/module may be removed in a future release.
to(TX) - Method in interface de.team33.patterns.properties.e1.TargetOperation
Deprecated.
Performs this operation on the given target.
toMap(T) - Method in interface de.team33.patterns.properties.e1.Mapping
Deprecated.
Convenience method that maps the properties of a given origin instance of the associated type to a new, empty Map and returns it.

V

valueOf(String) - Static method in enum de.team33.patterns.properties.e1.Fields.Mode
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.team33.patterns.properties.e1.Fields.Mode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F M R T V 
Skip navigation links

Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.