public interface PlexusBeanMetadata
Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration(BeanProperty<?> property)
Returns @
Configuration metadata for the given property of the Plexus bean. |
Requirement |
getRequirement(BeanProperty<?> property)
Returns @
Requirement metadata for the given property of the Plexus bean. |
boolean |
isEmpty() |
boolean isEmpty()
true
if there is no more metadata; otherwise false
Configuration getConfiguration(BeanProperty<?> property)
Configuration
metadata for the given property of the Plexus bean.property
- The bean propertynull
if no such metadata is availableRequirement getRequirement(BeanProperty<?> property)
Requirement
metadata for the given property of the Plexus bean.property
- The bean propertynull
if no such metadata is availableCopyright © 2014. All rights reserved.