Package ch.kk7.confij.validation
Class NoPrefixGetterPropertySelectionStrategy
- java.lang.Object
-
- ch.kk7.confij.validation.NoPrefixGetterPropertySelectionStrategy
-
- All Implemented Interfaces:
org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
public class NoPrefixGetterPropertySelectionStrategy extends java.lang.Object implements org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
-
-
Constructor Summary
Constructors Constructor Description NoPrefixGetterPropertySelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getProperty
public java.util.Optional<java.lang.String> getProperty(org.hibernate.validator.spi.properties.ConstrainableExecutable executable)
- Specified by:
getPropertyin interfaceorg.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
-
getGetterMethodNameCandidates
public java.util.Set<java.lang.String> getGetterMethodNameCandidates(java.lang.String propertyName)
- Specified by:
getGetterMethodNameCandidatesin interfaceorg.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
-
-