public class NoPrefixGetterPropertySelectionStrategy
extends java.lang.Object
implements org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
| Constructor and Description |
|---|
NoPrefixGetterPropertySelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getGetterMethodNameCandidates(java.lang.String propertyName) |
java.util.Optional<java.lang.String> |
getProperty(org.hibernate.validator.spi.properties.ConstrainableExecutable executable) |
public NoPrefixGetterPropertySelectionStrategy()
public java.util.Optional<java.lang.String> getProperty(org.hibernate.validator.spi.properties.ConstrainableExecutable executable)
getProperty in interface org.hibernate.validator.spi.properties.GetterPropertySelectionStrategypublic java.util.Set<java.lang.String> getGetterMethodNameCandidates(java.lang.String propertyName)
getGetterMethodNameCandidates in interface org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy