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

    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 Details

    • NoPrefixGetterPropertySelectionStrategy

      public NoPrefixGetterPropertySelectionStrategy()
  • Method Details

    • 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