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

org.nomin.core.RootPathElem 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.core;

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

public class RootPathElem
  extends org.nomin.core.PathElem {
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  java.lang.String getRootPathElementSide() { return (java.lang.String)null;}
public  void setRootPathElementSide(java.lang.String value) { }
public  java.lang.Class getRootPathElementClass() { return (java.lang.Class)null;}
public  void setRootPathElementClass(java.lang.Class value) { }
public  org.nomin.core.RuleElem createMappingRuleElement(org.nomin.util.TypeInfo ownerTypeInfo, org.nomin.util.TypeInfo hint, org.nomin.core.RuleElem prev) { return (org.nomin.core.RuleElem)null;}
public  java.lang.String toString() { return (java.lang.String)null;}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy