Uses of Class
org.vaadin.miki.superfields.object.PropertyMetadata
Packages that use PropertyMetadata
-
Uses of PropertyMetadata in org.vaadin.miki.superfields.object
Methods in org.vaadin.miki.superfields.object that return types with arguments of type PropertyMetadataModifier and TypeMethodDescriptionProperty.getMetadata()Returns the map ofPropertyMetadata, organised by metadata name for easier use.Constructors in org.vaadin.miki.superfields.object with parameters of type PropertyMetadataModifierConstructorDescriptionProperty(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 PropertyMetadataModifierConstructorDescriptionProperty(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 PropertyMetadataModifier and TypeMethodDescriptionAnnotationMetadataProvider.getMetadata(String name, Field field, Method setter, Method getter) MetadataProvider.getMetadata(String name, Field field, Method setter, Method getter) CollectsPropertyMetadatafor a given property.