Class UberspectImpl.VelMethodImpl

java.lang.Object
org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
All Implemented Interfaces:
VelMethod
Enclosing class:
UberspectImpl

public static class UberspectImpl.VelMethodImpl extends Object implements VelMethod
Implementation of VelMethod
  • Field Details

    • method

      final Method method
    • isVarArg

      Boolean isVarArg
    • wrapArray

      boolean wrapArray
    • converters

      Converter<?>[] converters
  • Constructor Details

    • VelMethodImpl

      public VelMethodImpl(Method m)
      Parameters:
      m -
    • VelMethodImpl

      public VelMethodImpl(Method method, boolean wrapArray)
      Parameters:
      method -
      wrapArray -
      Since:
      1.6
    • VelMethodImpl

      public VelMethodImpl(Method method, boolean wrapArray, Converter<?>[] converters)
      Parameters:
      method -
      wrapArray -
      converters -
      Since:
      2.0
    • VelMethodImpl

      private VelMethodImpl()
  • Method Details