Class PojoBuilder<T>


  • public class PojoBuilder<T>
    extends Object
    Actually does the logic of creating the pojo using reflection.
    • Method Detail

      • getConfigurationWithOnlyProvidersAndGenerators

        public PojoBuilderConfiguration getConfigurationWithOnlyProvidersAndGenerators()
      • buildObject

        public T buildObject()