org.fusesource.scalate

introspector

package introspector

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. class BeanIntrospector [T] extends Introspector[T]

  2. case class BeanProperty [T] (descriptor: PropertyDescriptor) extends Property[T] with Product

    A property for a Java Bean property

  3. trait Expression [T] extends AnyRef

  4. trait Introspector [T] extends AnyRef

  5. class MethodProperty [T] extends Property[T]

    A property which just maps to a method with no arguments

  6. class ProductIntrospector [T] extends Introspector[T]

  7. trait Property [T] extends Expression[T]

  8. class StringFunctorProperty [T] extends MethodProperty[T]

    A property which returns a Function which when invoked it invokes the underlying method on the given object

Value Members

  1. object Introspector extends AnyRef