Class NamedValueProviderFactory
- java.lang.Object
-
- net.anwiba.tools.generator.java.bean.factory.AbstractSourceFactory
-
- net.anwiba.tools.generator.java.bean.factory.NamedValueProviderFactory
-
public class NamedValueProviderFactory extends AbstractSourceFactory
-
-
Constructor Summary
Constructors Constructor Description NamedValueProviderFactory(com.sun.codemodel.JCodeModel codeModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(com.sun.codemodel.JDefinedClass instance, NamedValueProvider configuration, com.sun.codemodel.JFieldVar field)-
Methods inherited from class net.anwiba.tools.generator.java.bean.factory.AbstractSourceFactory
_boolean, _class, _class, _class, _Class, _classByNames, _String, _type, _void, addTo, annotate, annotate, format, getCodeModel
-
-
-
-
Method Detail
-
create
public void create(com.sun.codemodel.JDefinedClass instance, NamedValueProvider configuration, com.sun.codemodel.JFieldVar field) throws CreationException- Throws:
CreationException
-
-