Class NoPrefixGetterPropertySelectionStrategy

  • All Implemented Interfaces:
    org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy

    public class NoPrefixGetterPropertySelectionStrategy
    extends java.lang.Object
    implements org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoPrefixGetterPropertySelectionStrategy

        public NoPrefixGetterPropertySelectionStrategy()
    • Method Detail

      • getProperty

        public java.util.Optional<java.lang.String> getProperty​(org.hibernate.validator.spi.properties.ConstrainableExecutable executable)
        Specified by:
        getProperty in interface org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
      • getGetterMethodNameCandidates

        public java.util.Set<java.lang.String> getGetterMethodNameCandidates​(java.lang.String propertyName)
        Specified by:
        getGetterMethodNameCandidates in interface org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy