Uses of Class
org.perfectable.introspection.bean.Property
-
Packages that use Property Package Description org.perfectable.introspection.bean Elements allowing treating objects as Java Beans. -
-
Uses of Property in org.perfectable.introspection.bean
Methods in org.perfectable.introspection.bean that return Property Modifier and Type Method Description <X extends T>
Property<B,X>Property. as(Class<X> newValueType)
Safely casts expected value to specific type.Property<B,Object>
Bean. property(String name)
Finds property by name.Methods in org.perfectable.introspection.bean that return types with arguments of type Property Modifier and Type Method Description com.google.common.collect.ImmutableSet<Property<B,?>>
Bean. fieldProperties()
Lists all properties that are backed by a field.
-