Uses of Class
org.bytemechanics.commons.reflection.ObjectFactory
-
Packages that use ObjectFactory Package Description org.bytemechanics.commons.reflection -
-
Uses of ObjectFactory in org.bytemechanics.commons.reflection
Methods in org.bytemechanics.commons.reflection that return ObjectFactory Modifier and Type Method Description static <TYPE> ObjectFactory<TYPE>
ObjectFactory. of(Class<TYPE> _class)
Static method to retrieve object factory for the given classObjectFactory<T>
ObjectFactory. with(Object... _attributes)
Attributes to use when instance the object
-