Uses of Class
org.vaadin.miki.superfields.object.reflect.AnnotationMetadataProvider
-
Packages that use AnnotationMetadataProvider Package Description org.vaadin.miki.superfields.object.reflect -
-
Uses of AnnotationMetadataProvider in org.vaadin.miki.superfields.object.reflect
Methods in org.vaadin.miki.superfields.object.reflect that return AnnotationMetadataProvider Modifier and Type Method Description AnnotationMetadataProviderAnnotationMetadataProvider. withRegisteredAnnotation(String name, Class<? extends Annotation> annotation)ChainsregisterAnnotation(String, Class)and returns itself.<V,A extends Annotation>
AnnotationMetadataProviderAnnotationMetadataProvider. withRegisteredAnnotation(String name, Class<A> annotation, Class<V> type, com.vaadin.flow.function.SerializableFunction<A,V> valueFunction)ChainsregisterAnnotation(String, Class, Class, SerializableFunction)and returns itself.
-