Package org.mvel2.ast

Class Sign.ShortSigner

  • All Implemented Interfaces:
    java.io.Serializable, Sign.Signer
    Enclosing class:
    Sign

    private class Sign.ShortSigner
    extends java.lang.Object
    implements Sign.Signer
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ShortSigner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object sign​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • ShortSigner

        private ShortSigner()
    • Method Detail

      • sign

        public java.lang.Object sign​(java.lang.Object o)
        Specified by:
        sign in interface Sign.Signer