public static class AuditedPropertiesReader.ComponentPropertiesSource extends Object implements PersistentPropertiesSource
Modifier | Constructor and Description |
---|---|
|
ComponentPropertiesSource(ReflectionManager reflectionManager,
Component component) |
protected |
ComponentPropertiesSource(XClass xClazz,
Component component) |
Modifier and Type | Method and Description |
---|---|
Property |
getProperty(String propertyName) |
Iterator<Property> |
getPropertyIterator() |
XClass |
getXClass() |
public ComponentPropertiesSource(ReflectionManager reflectionManager, Component component)
public Iterator<Property> getPropertyIterator()
getPropertyIterator
in interface PersistentPropertiesSource
public Property getProperty(String propertyName)
getProperty
in interface PersistentPropertiesSource
public XClass getXClass()
getXClass
in interface PersistentPropertiesSource
Copyright © 2021 JBoss by Red Hat. All rights reserved.