Object

pl.touk.nussknacker.engine.spel.internal.propertyAccessors

NoParamMethodPropertyAccessor

Related Doc: package propertyAccessors

Permalink

object NoParamMethodPropertyAccessor extends ReflectivePropertyAccessor with ReadOnly with Caching

Linear Supertypes
Caching, CachingBase, ReadOnly, ReflectivePropertyAccessor, PropertyAccessor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoParamMethodPropertyAccessor
  2. Caching
  3. CachingBase
  4. ReadOnly
  5. ReflectivePropertyAccessor
  6. PropertyAccessor
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def canRead(context: EvaluationContext, target: Any, name: String): Boolean

    Permalink
    Definition Classes
    Caching
  6. def canWrite(context: EvaluationContext, target: Any, name: String): Boolean

    Permalink
    Definition Classes
    ReadOnly
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createOptimalAccessor(arg0: EvaluationContext, arg1: Any, arg2: String): PropertyAccessor

    Permalink
    Definition Classes
    ReflectivePropertyAccessor
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def extractClassFromTarget(target: Any): Option[Class[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    CachingCachingBase
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findField(arg0: String, arg1: Class[_], arg2: Boolean): Field

    Permalink
    Attributes
    protected[org.springframework.expression.spel.support]
    Definition Classes
    ReflectivePropertyAccessor
    Annotations
    @Nullable()
  14. def findGetterForProperty(propertyName: String, clazz: Class[_], mustBeStatic: Boolean): Method

    Permalink
    Definition Classes
    NoParamMethodPropertyAccessor → ReflectivePropertyAccessor
  15. def findMethod(name: String, target: Any): Option[Method]

    Permalink
    Attributes
    protected
    Definition Classes
    CachingBase
  16. def findMethodFromClass(name: String, targetClass: Class[_]): Option[Method]

    Permalink
    Attributes
    protected
    Definition Classes
    CachingBase
  17. def findSetterForProperty(arg0: String, arg1: Class[_], arg2: Boolean): Method

    Permalink
    Attributes
    protected[org.springframework.expression.spel.support]
    Definition Classes
    ReflectivePropertyAccessor
    Annotations
    @Nullable()
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getPropertyMethodSuffix(arg0: String): String

    Permalink
    Attributes
    protected[org.springframework.expression.spel.support]
    Definition Classes
    ReflectivePropertyAccessor
  20. def getPropertyMethodSuffixes(arg0: String): Array[String]

    Permalink
    Attributes
    protected[org.springframework.expression.spel.support]
    Definition Classes
    ReflectivePropertyAccessor
  21. def getSpecificTargetClasses(): Array[Class[_]]

    Permalink
    Definition Classes
    NoParamMethodPropertyAccessor → ReflectivePropertyAccessor → PropertyAccessor
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def invokeMethod(propertyName: String, method: Method, target: Any, context: EvaluationContext): AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    NoParamMethodPropertyAccessorCachingBase
  24. def isCandidateForProperty(arg0: Method, arg1: Class[_]): Boolean

    Permalink
    Attributes
    protected[org.springframework.expression.spel.support]
    Definition Classes
    ReflectivePropertyAccessor
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def read(context: EvaluationContext, target: Any, name: String): TypedValue

    Permalink
    Definition Classes
    CachingBase
  30. def reallyFindMethod(name: String, target: Class[_]): Option[Method]

    Permalink
    Attributes
    protected
    Definition Classes
    NoParamMethodPropertyAccessorCachingBase
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def write(context: EvaluationContext, target: Any, name: String, newValue: Any): Nothing

    Permalink
    Definition Classes
    ReadOnly

Deprecated Value Members

  1. def getLastReadInvokerPair(): Member

    Permalink
    Definition Classes
    ReflectivePropertyAccessor
    Annotations
    @Nullable() @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Caching

Inherited from CachingBase

Inherited from ReadOnly

Inherited from ReflectivePropertyAccessor

Inherited from PropertyAccessor

Inherited from AnyRef

Inherited from Any

Ungrouped