Package | Description |
---|---|
org.hibernate.validator.internal.properties | |
org.hibernate.validator.spi.properties |
This package provides support for customizing the getter detection logic.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
DefaultGetterPropertySelectionStrategy.getProperty(ConstrainableExecutable executable) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
GetterPropertySelectionStrategy.getProperty(ConstrainableExecutable executable)
Returns the property corresponding to the getter if the method is considered a getter.
|
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved