Class DefaultBeanIntrospector.BeanClassInfo
java.lang.Object
jadex.common.transformation.traverser.DefaultBeanIntrospector.BeanClassInfo
- Enclosing class:
DefaultBeanIntrospector
Infos about a bean class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MethodHandle
The bean constructor.protected Map
<String, BeanProperty> The bean properties. -
Constructor Summary
ConstructorsConstructorDescriptionBeanClassInfo
(MethodHandle beanconstructor, Map<String, BeanProperty> properties) Creates the info. -
Method Summary
Modifier and TypeMethodDescriptionGets the bean constructor.Gets the bean properties.
-
Field Details
-
beanconstructor
The bean constructor. -
properties
The bean properties.
-
-
Constructor Details
-
BeanClassInfo
Creates the info.
-
-
Method Details
-
getBeanConstructor
Gets the bean constructor.- Returns:
- The bean constructor.
-
getProperties
Gets the bean properties.- Returns:
- The bean properties.
-