All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nomin.util.FastIntrospector Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.2.2
Show newest version
package org.nomin.util;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

public class FastIntrospector
  extends org.nomin.util.ReflectionIntrospector  implements
    groovy.lang.GroovyObject {
public FastIntrospector
() {
super (null);
}
public FastIntrospector
(java.lang.Object policy) {
super (null);
}
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.InstanceCreator instanceCreator() { return (org.nomin.util.InstanceCreator)null;}
protected  org.nomin.util.PropertyAccessor createAccessor(java.lang.String name, java.lang.reflect.Method getter, java.lang.reflect.Method setter, org.nomin.util.TypeInfo typeInfo) { return (org.nomin.util.PropertyAccessor)null;}
protected  org.nomin.util.MethodInvocation createInvocation(java.lang.reflect.Method method, java.lang.Object... args) { return (org.nomin.util.MethodInvocation)null;}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy