| Interface | Description |
|---|---|
| MetadataProvider |
Marker interface for objects that provide
PropertyMetadata for a given field. |
| Class | Description |
|---|---|
| AnnotationMetadataProvider |
Provides
PropertyMetadata based on previously registered annotations. |
| ReflectivePropertyProvider |
Simple reflection-based definition provider.
|
| 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.
|
Copyright © 2024 Miki. All rights reserved.