net.ruippeixotog

classutil

package classutil

Visibility
  1. Public
  2. All

Type Members

  1. trait AnnotationInfo extends AnyRef

    Information about a field, as read from a class file.

  2. class ClassFinder extends AnyRef

    A ClassFinder finds classes in a class path, returning the result in a lazy iterator.

  3. trait ClassInfo extends BaseInfo

    Information about a class, as read from a class file.

  4. trait FieldInfo extends BaseInfo

    Information about a field, as read from a class file.

  5. trait MapToBeanMapper extends AnyRef

    Takes a Scala Map, with String keys and object values, and generates an object, with fields for each map value.

  6. trait MethodInfo extends BaseInfo

    Information about a method, as read from a class file.

Value Members

  1. object ClassFinder

    The entrance to the factory floor, providing methods for finding and filtering classes.

  2. object ClassUtil

    Some general-purpose class-related utility functions.

  3. object MapToBean extends ClassNameGenerator

    Takes a Scala Map, with String keys and object values, and generates a Java Bean object, with fields for each map value.

  4. object Modifier extends Enumeration

    An enumerated high-level view of the modifiers that can be attached to a method, class or field.

  5. object ScalaObjectToBean

    ScalaObjectToBean maps a Scala object into a read-only Java bean.

Ungrouped