Uses of Class
org.perfectable.introspection.bean.Bean
-
Packages that use Bean Package Description org.perfectable.introspection.bean Elements allowing treating objects as Java Beans. -
-
Uses of Bean in org.perfectable.introspection.bean
Methods in org.perfectable.introspection.bean that return Bean Modifier and Type Method Description Bean<B>
Bean. copy()
Creates new bean with contained instance copied field-by-field from this bean backing instance.static <X> Bean<X>
Bean. from(X instance)
Creates bean from Java Bean object.Bean<B>
BeanSchema. instantiate()
Creates new empty bean from this schema.Bean<B>
BeanSchema. put(B element)
Inserts bean instance into this schema, creating actualBean
.Methods in org.perfectable.introspection.bean with parameters of type Bean Modifier and Type Method Description void
Property. copy(Bean<B> other)
Copies value of this property to same property of another bean.
-