Class AllowListTypeLocator

  • All Implemented Interfaces:
    org.springframework.expression.TypeLocator

    public class AllowListTypeLocator
    extends java.lang.Object
    implements org.springframework.expression.TypeLocator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> findType​(java.lang.String typeName)  
      • Methods inherited from class java.lang.Object

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

      • AllowListTypeLocator

        public AllowListTypeLocator()
    • Method Detail

      • findType

        public java.lang.Class<?> findType​(java.lang.String typeName)
                                    throws org.springframework.expression.EvaluationException
        Specified by:
        findType in interface org.springframework.expression.TypeLocator
        Throws:
        org.springframework.expression.EvaluationException