Verwendungen von Klasse
de.s42.base.beans.BeanProperty
-
Verwendungen von BeanProperty in de.s42.base.beans
Modifizierer und TypFeldBeschreibungprotected final Set
<BeanProperty<BeanClass, ?>> BeanInfo.ownProperties
protected final Set
<BeanProperty<BeanClass, ?>> BeanInfo.properties
protected final Map
<String, BeanProperty<BeanClass, ?>> BeanInfo.propertiesByName
protected final Set
<BeanProperty<BeanClass, ?>> BeanInfo.readProperties
protected final Set
<BeanProperty<BeanClass, ?>> BeanInfo.writeProperties
Modifizierer und TypMethodeBeschreibungprotected static BeanProperty
BeanInfo.createProperty
(Field field, PropertyDescriptor desc, Set<Method> declaredMethods) Modifizierer und TypMethodeBeschreibungstatic <BeanClass>
Set<BeanProperty<BeanClass, ?>> BeanInfo.createProperties
(Class beanClass) Set
<BeanProperty<BeanClass, ?>> BeanInfo.getOwnProperties()
Set
<BeanProperty<BeanClass, ?>> BeanInfo.getProperties()
BeanInfo.getPropertiesByName()
<PropertyClass>
Optional<BeanProperty<BeanClass, PropertyClass>> BeanInfo.getProperty
(String name) Set
<BeanProperty<BeanClass, ?>> BeanInfo.getReadProperties()
Set
<BeanProperty<BeanClass, ?>> BeanInfo.getWriteProperties()