T - the type for which the properties are definedpublic interface PropertySet<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Stream<PropertyDefinition<T,?>> |
getProperties()
Gets all known properties as a stream.
|
Optional<PropertyDefinition<T,?>> |
getProperty(String name)
Gets the definition for the named property, or an empty optional if there
is no property with the given name.
|
Stream<PropertyDefinition<T,?>> getProperties()
nullOptional<PropertyDefinition<T,?>> getProperty(String name)
name - the property name to look for, not nullCopyright © 2025. All rights reserved.