Package net.jextra.fauxjo.beandef
Class BeanDef
- java.lang.Object
-
- net.jextra.fauxjo.beandef.BeanDef
-
public class BeanDef extends Object
Represents the result of processing the annotations on the Fauxjo bean class.Processing the annotations on a class is rather slow. This object stores the results so that they can be placed in a cache.
-
-
Constructor Summary
Constructors Constructor Description BeanDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFieldDef(String key, FieldDef def)FieldDefgetFieldDef(String key)Map<String,FieldDef>getFieldDefs()
-