org.nomin.util.ExplodingIntrospector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nomin Show documentation
Show all versions of nomin Show documentation
Nomin is a mapping engine for the Java platform. It provides abilities to transform object trees according to
declarative mapping rules. Main features of Nomin are no XML configuration, intuitively looking mapping,
using arbitrary expressions and method invocations in mappings, pre and postprocessing right in a mapping listing,
customizations. It's applicable for any Java compatible classes, not only JavaBeans.
package org.nomin.util;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public class ExplodingIntrospector
extends org.nomin.util.BaseReflectionIntrospector implements
groovy.lang.GroovyObject {
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public org.nomin.util.PropertyAccessor createAccessor(java.lang.String name, java.lang.Class> targetClass) { return (org.nomin.util.PropertyAccessor)null;}
public java.util.Set properties(java.lang.Class> targetClass) { return (java.util.Set)null;}
protected java.lang.reflect.Field searchField(java.lang.Class clazz, java.lang.String fieldName) { return (java.lang.reflect.Field)null;}
protected java.util.List collectFields(java.lang.Class> targetClass) { return (java.util.List)null;}
}