Uses of Class
org.vaadin.miki.superfields.object.PropertyMetadata
-
Packages that use PropertyMetadata Package Description org.vaadin.miki.superfields.object org.vaadin.miki.superfields.object.reflect -
-
Uses of PropertyMetadata in org.vaadin.miki.superfields.object
Methods in org.vaadin.miki.superfields.object that return types with arguments of type PropertyMetadata Modifier and Type Method Description Map<String,PropertyMetadata>Property. getMetadata()Returns the map ofPropertyMetadata, organised by metadata name for easier use.Constructors in org.vaadin.miki.superfields.object with parameters of type PropertyMetadata Constructor Description Property(Class<T> owner, String name, Class<P> type, com.vaadin.flow.function.SerializableBiConsumer<T,P> setter, com.vaadin.flow.function.SerializableFunction<T,P> getter, PropertyMetadata... metadata)Constructs aPropertyof a given that belongs to the given owner, has a given value type, a corresponding setter and getter and optionalPropertyMetadata.Constructor parameters in org.vaadin.miki.superfields.object with type arguments of type PropertyMetadata Constructor Description Property(Class<T> owner, String name, Class<P> type, com.vaadin.flow.function.SerializableBiConsumer<T,P> setter, com.vaadin.flow.function.SerializableFunction<T,P> getter, Collection<PropertyMetadata> metadata)Constructs aPropertyof a given that belongs to the given owner, has a given value type, a corresponding setter and getter and optionalPropertyMetadata. -
Uses of PropertyMetadata in org.vaadin.miki.superfields.object.reflect
Methods in org.vaadin.miki.superfields.object.reflect that return types with arguments of type PropertyMetadata Modifier and Type Method Description Collection<PropertyMetadata>AnnotationMetadataProvider. getMetadata(String name, Field field, Method setter, Method getter)Collection<PropertyMetadata>MetadataProvider. getMetadata(String name, Field field, Method setter, Method getter)CollectsPropertyMetadatafor a given property.
-