Package org.vaadin.miki.superfields.object.reflect
-
Interface Summary Interface Description MetadataProvider Marker interface for objects that providePropertyMetadatafor a given field. -
Class Summary Class Description AnnotationMetadataProvider ProvidesPropertyMetadatabased on previously registered annotations.ReflectivePropertyProvider Simple reflection-based definition provider. -
Annotation Types Summary Annotation Type Description DoNotScanSuperclasses Indicates that a given type (and all of its subtypes) should not have superclass properties scanned.Ignore Indicates a property should be ignored and not included in form building.UseActualType Indicates that an actual type of the value of the given field should be used, rather than the declared one.