Class Bind.BindAnnotationBoundPropertyCreator
- java.lang.Object
-
- org.linkki.core.ui.bind.annotation.Bind.BindAnnotationBoundPropertyCreator
-
- All Implemented Interfaces:
BoundPropertyCreator<Bind>
- Enclosing class:
- Bind
public static class Bind.BindAnnotationBoundPropertyCreator extends Object implements BoundPropertyCreator<Bind>
Initializes aBoundPropertywith the values of the@Bindannotation'spmoProperty,modelObject, andmodelAttributeattributes. If thepmoPropertyis not set, the annotated field/method's name is used.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.linkki.core.binding.descriptor.property.annotation.BoundPropertyCreator
BoundPropertyCreator.EmptyPropertyCreator, BoundPropertyCreator.ModelBindingBoundPropertyCreator, BoundPropertyCreator.SimpleMemberNameBoundPropertyCreator
-
-
Constructor Summary
Constructors Constructor Description BindAnnotationBoundPropertyCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundPropertycreateBoundProperty(Bind annotation, AnnotatedElement annotatedElement)
-
-
-
Method Detail
-
createBoundProperty
public BoundProperty createBoundProperty(Bind annotation, AnnotatedElement annotatedElement)
- Specified by:
createBoundPropertyin interfaceBoundPropertyCreator<Bind>
-
-