Uses of Class
org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
Package
Description
General Java-related utility classes.
Classes relating to Vaadin fields, including
FieldBuilder
.Classes relating to Vaadin
Grid
.-
Uses of MethodAnnotationScanner.MethodInfo in org.dellroad.stuff.java
Modifier and TypeMethodDescriptionprotected MethodAnnotationScanner<T,
A>.MethodInfo MethodAnnotationScanner.createMethodInfo
(Method method, A annotation) Create a newMethodAnnotationScanner<T,
instance corresponding to the given annotated method.A extends Annotation>.MethodInfo Modifier and TypeMethodDescriptionMethodAnnotationScanner.findAnnotatedMethods()
Build set of annotated methods, with overridden annotated methods omitted.Modifier and TypeMethodDescriptionprotected void
MethodAnnotationScanner.findMethodInfos
(Class<?> klass, Set<MethodAnnotationScanner<T, A>.MethodInfo> set) Scan the given type and all its supertypes for annotated methods and add them to the list. -
Uses of MethodAnnotationScanner.MethodInfo in org.dellroad.stuff.vaadin24.field
Modifier and TypeMethodDescriptionprotected FieldComponent<?>
AbstractFieldBuilder.buildProvidedField
(AbstractFieldBuilder<S, T>.BindingInfo bindingInfo, MethodAnnotationScanner<T, AbstractFieldBuilder.ProvidesField>.MethodInfo methodInfo, Object bean) Construct a field and corresponding component using a@FieldBuilder.ProvidesField
annotated method. -
Uses of MethodAnnotationScanner.MethodInfo in org.dellroad.stuff.vaadin24.grid
Modifier and TypeMethodDescriptionGridColumnScanner.getColumnMap()
Get the annotations found through introspection indexed by column key.Modifier and TypeMethodDescriptionprotected String
GridColumnScanner.determineColumnKey
(MethodAnnotationScanner<T, GridColumn>.MethodInfo methodInfo) Determine the column key from the annotation.