Uses of Class
org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
Packages that use 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
Methods in org.dellroad.stuff.java that return MethodAnnotationScanner.MethodInfoModifier 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 Methods in org.dellroad.stuff.java that return types with arguments of type MethodAnnotationScanner.MethodInfoModifier and TypeMethodDescriptionMethodAnnotationScanner.findAnnotatedMethods()
Build set of annotated methods, with overridden annotated methods omitted.Method parameters in org.dellroad.stuff.java with type arguments of type MethodAnnotationScanner.MethodInfoModifier 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
Methods in org.dellroad.stuff.vaadin24.field with parameters of type MethodAnnotationScanner.MethodInfoModifier 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
Methods in org.dellroad.stuff.vaadin24.grid that return types with arguments of type MethodAnnotationScanner.MethodInfoModifier and TypeMethodDescriptionGridColumnScanner.getColumnMap()
Get the annotations found through introspection indexed by column key.Methods in org.dellroad.stuff.vaadin24.grid with parameters of type MethodAnnotationScanner.MethodInfoModifier and TypeMethodDescriptionprotected String
GridColumnScanner.determineColumnKey
(MethodAnnotationScanner<T, GridColumn>.MethodInfo methodInfo) Determine the column key from the annotation.