cz.cuni.amis.introspection.java
Class Introspector

Package class diagram package Introspector
java.lang.Object
  extended by cz.cuni.amis.introspection.java.Introspector

public class Introspector
extends Object

Author:
Ik

Constructor Summary
Introspector()
           
 
Method Summary
static Folder getFolder(Field field, Object object)
           
static Folder getFolder(String name, Object object)
           
static Property getProperty(Field field, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Introspector

public Introspector()
Method Detail

getProperty

public static Property getProperty(Field field,
                                   Object object)

getFolder

public static Folder getFolder(Field field,
                               Object object)

getFolder

public static Folder getFolder(String name,
                               Object object)


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.