Uses of Class
org.perfectable.introspection.bean.BeanSchema
-
Packages that use BeanSchema Package Description org.perfectable.introspection.bean Elements allowing treating objects as Java Beans. -
-
Uses of BeanSchema in org.perfectable.introspection.bean
Methods in org.perfectable.introspection.bean that return BeanSchema Modifier and Type Method Description static <X> BeanSchema<X>
BeanSchema. from(Class<X> beanClass)
Creates schema from provided class.
-