JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
N
P
V
D
de.sandkastenliga.tools.projector.core
- package de.sandkastenliga.tools.projector.core
N
NoProjection
- Annotation Type in
de.sandkastenliga.tools.projector.core
Flag to avoid a property on the target object to be projected from the source object.
P
project(Object, Class<T>)
- Method in class de.sandkastenliga.tools.projector.core.
Projector
This method returns the projection of a source object according to the rules specified on the projectionClass' annotations.
Projection
- Annotation Type in
de.sandkastenliga.tools.projector.core
The annotated setter method of a projected property of the target object (projection) will be used to project data from the source object (object thet is projected) according to the rules specified in this annotation.
ProjectionType
- Enum in
de.sandkastenliga.tools.projector.core
Tells the
Projector
which strategy to use for the projection of the annotated property.
Projector
- Class in
de.sandkastenliga.tools.projector.core
A Projector is usually instatiated one time as a central component of your application.
Projector()
- Constructor for class de.sandkastenliga.tools.projector.core.
Projector
V
valueOf(String)
- Static method in enum de.sandkastenliga.tools.projector.core.
ProjectionType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum de.sandkastenliga.tools.projector.core.
ProjectionType
Returns an array containing the constants of this enum type, in the order they are declared.
D
N
P
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.